Files
airflow3-kub/helm/monitoring/oauth2-proxy-alertmanager.yaml
T
2026-06-08 15:22:55 +02:00

19 lines
467 B
YAML

config:
existingSecret: oauth2-proxy-alertmanager
extraArgs:
provider: oidc
oidc-issuer-url: "http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm"
email-domain: "*"
insecure-oidc-allow-unverified-email: "true"
upstream: "http://monitoring-kube-prometheus-alertmanager.monitoring.svc.cluster.local:9093"
ingress:
enabled: true
className: nginx
hosts:
- alertmanager.13.140.150.2.nip.io
path: /
pathType: Prefix