ingress for monitoring
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user