29 lines
724 B
YAML
29 lines
724 B
YAML
hostAliases:
|
|
- ip: "13.140.150.2"
|
|
hostnames:
|
|
- "keycloak.13.140.150.2.nip.io"
|
|
|
|
config:
|
|
existingSecret: oauth2-proxy-alertmanager
|
|
cookie_secure: false
|
|
reverse_proxy: true
|
|
set_xauthrequest: true
|
|
cookie_samesite: "lax"
|
|
redirect_url: http://alertmanager.13.140.150.2.nip.io/oauth2/callback
|
|
|
|
extraArgs:
|
|
provider: oidc
|
|
oidc-issuer-url: "http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps"
|
|
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 |