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

19 lines
461 B
YAML

config:
existingSecret: oauth2-proxy-prometheus
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-prometheus.monitoring.svc.cluster.local:9090"
ingress:
enabled: true
className: nginx
hosts:
- prometheus.13.140.150.2.nip.io
path: /
pathType: Prefix