ingress for monitoring

This commit is contained in:
2026-06-08 15:22:55 +02:00
parent ac13ae5515
commit cad03104f7
4 changed files with 105 additions and 15 deletions
+24 -10
View File
@@ -1,5 +1,28 @@
grafana:
enabled: true
grafana.ini:
server:
root_url: http://grafana.13.140.150.2.nip.io
auth:
disable_login_form: false
oauth_auto_login: false
auth.generic_oauth:
enabled: true
name: Keycloak
allow_sign_up: true
client_id: grafana
client_secret: kvULFcvaeWLYzivg1eJFYT9s0Nj674Qr
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
name_attribute_path: full_name
ingress:
enabled: true
ingressClassName: nginx
@@ -8,19 +31,10 @@ grafana:
prometheus:
enabled: true
ingress:
enabled: true
ingressClassName: nginx
hosts:
- prometheus.13.140.150.2.nip.io
prometheusSpec:
serviceMonitorSelectorNilUsesHelmValues: false
podMonitorSelectorNilUsesHelmValues: false
alertmanager:
enabled: true
ingress:
enabled: true
ingressClassName: nginx
hosts:
- alertmanager.13.140.150.2.nip.io