Files
airflow3-kub/helm/monitoring/values.yaml
T
2026-06-08 16:23:50 +02:00

45 lines
1.2 KiB
YAML

grafana:
enabled: true
extraSecretMounts:
- name: grafana-oauth-secret
secretName: grafana-oauth-secret
mountPath: /etc/secrets
readOnly: true
grafana.ini:
server:
root_url: http://grafana.13.140.150.2.nip.io
auth:
disable_login_form: true
auth.generic_oauth:
enabled: true
name: Keycloak
allow_sign_up: true
client_id: grafana
client_secret: $__file{/etc/secrets/GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET}
scopes: openid email profile
auth_url: http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/auth
token_url: http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/token
api_url: http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/userinfo
email_attribute_path: email
login_attribute_path: preferred_username
ingress:
enabled: true
ingressClassName: nginx
hosts:
- grafana.13.140.150.2.nip.io
prometheus:
enabled: true
prometheusSpec:
serviceMonitorSelectorNilUsesHelmValues: false
podMonitorSelectorNilUsesHelmValues: false
alertmanager:
enabled: true