19 lines
461 B
YAML
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 |