Files
airflow3-kub/helm/monitoring/oauth2-proxy-prometheus.yaml
T

24 lines
631 B
YAML

config:
existingSecret: oauth2-proxy-prometheus
cookie_secure: false
reverse_proxy: true
set_xauthrequest: true
cookie_samesite: "lax"
redirect_url: http://prometheus.13.140.150.2.nip.io/oauth2/callback
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