fix ssh key for git sync

This commit is contained in:
2026-06-11 23:51:29 +02:00
parent 8c9458e8ee
commit fc6b6ecb9d
5 changed files with 35 additions and 32 deletions
@@ -1,7 +1,7 @@
hostAliases:
- ip: "13.140.150.2"
hostnames:
- "keycloak.13.140.150.2.nip.io"
- "keycloak.idir-belfares.fr"
config:
existingSecret: oauth2-proxy-alertmanager
@@ -9,12 +9,12 @@ config:
reverse_proxy: true
set_xauthrequest: true
cookie_samesite: "lax"
redirect_url: http://alertmanager.13.140.150.2.nip.io/oauth2/callback
redirect_url: http://alertmanager.idir-belfares.fr/oauth2/callback
extraArgs:
provider: oidc
skip-oidc-discovery: "true"
login-url: "http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect/auth"
login-url: "http://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth"
redeem-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token"
oidc-issuer-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps"
oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs"
@@ -26,6 +26,6 @@ ingress:
enabled: true
className: nginx
hosts:
- alertmanager.13.140.150.2.nip.io
- alertmanager.idir-belfares.fr
path: /
pathType: Prefix