2021-09-23 08:25:57 +07:00
|
|
|
kube-prometheus-stack:
|
|
|
|
grafana:
|
2022-02-26 01:01:03 +07:00
|
|
|
adminPassword: null
|
2021-09-23 08:25:57 +07:00
|
|
|
ingress:
|
|
|
|
enabled: true
|
2021-12-05 12:59:11 +07:00
|
|
|
ingressClassName: nginx
|
2021-12-05 23:03:53 +07:00
|
|
|
annotations:
|
2021-12-26 12:36:14 +07:00
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
2022-05-04 08:55:41 +07:00
|
|
|
hajimari.io/appName: Grafana
|
|
|
|
hajimari.io/icon: chart-bar
|
2021-09-23 08:25:57 +07:00
|
|
|
hosts:
|
2021-12-26 12:36:14 +07:00
|
|
|
- &host grafana.khuedoan.com
|
2021-09-23 08:25:57 +07:00
|
|
|
tls:
|
2021-12-26 12:36:14 +07:00
|
|
|
- secretName: grafana-general-tls
|
|
|
|
hosts:
|
|
|
|
- *host
|
2021-09-24 19:18:20 +07:00
|
|
|
additionalDataSources:
|
2021-12-26 12:36:14 +07:00
|
|
|
- name: Loki
|
|
|
|
type: loki
|
|
|
|
url: http://loki.loki:3100
|
2022-05-14 11:29:57 +07:00
|
|
|
envFromSecret: grafana-secrets
|
2022-05-04 19:45:02 +07:00
|
|
|
grafana.ini:
|
|
|
|
server:
|
|
|
|
root_url: https://grafana.khuedoan.com
|
|
|
|
auth.generic_oauth:
|
|
|
|
enabled: true
|
|
|
|
allow_sign_up: true
|
|
|
|
name: Dex
|
|
|
|
client_id: grafana-sso
|
2022-05-14 11:29:57 +07:00
|
|
|
client_secret: $__env{GRAFANA_SSO_CLIENT_SECRET}
|
2022-05-04 19:45:02 +07:00
|
|
|
scopes: openid profile email groups
|
|
|
|
auth_url: https://dex.khuedoan.com/auth
|
|
|
|
token_url: https://dex.khuedoan.com/token
|
|
|
|
api_url: https://dex.khuedoan.com/userinfo
|
2022-01-06 07:44:06 +07:00
|
|
|
|
|
|
|
prometheus:
|
|
|
|
prometheusSpec:
|
2022-01-09 13:10:13 +07:00
|
|
|
ruleSelectorNilUsesHelmValues: false
|
2022-01-06 07:44:06 +07:00
|
|
|
serviceMonitorSelectorNilUsesHelmValues: false
|
|
|
|
podMonitorSelectorNilUsesHelmValues: false
|
2022-01-09 13:10:13 +07:00
|
|
|
probeSelectorNilUsesHelmValues: false
|