fix ssh key for git sync

This commit is contained in:
2026-06-11 23:53:11 +02:00
parent fc6b6ecb9d
commit f6fdfdaadc
2 changed files with 20 additions and 20 deletions
+10 -10
View File
@@ -1,22 +1,16 @@
hostAliases:
- ip: "13.140.150.2"
hostnames:
- "keycloak.idir-belfares.fr"
config: config:
existingSecret: oauth2-proxy-alertmanager existingSecret: oauth2-proxy-alertmanager
cookie_secure: false cookie_secure: true
reverse_proxy: true
set_xauthrequest: true set_xauthrequest: true
cookie_samesite: "lax" cookie_samesite: "lax"
redirect_url: http://alertmanager.idir-belfares.fr/oauth2/callback redirect_url: https://alertmanager.idir-belfares.fr/oauth2/callback
extraArgs: extraArgs:
provider: oidc provider: oidc
skip-oidc-discovery: "true" skip-oidc-discovery: "true"
login-url: "http://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth" login-url: "https://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" 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-issuer-url: "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps"
oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs" oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs"
email-domain: "*" email-domain: "*"
insecure-oidc-allow-unverified-email: "true" insecure-oidc-allow-unverified-email: "true"
@@ -25,6 +19,12 @@ extraArgs:
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- alertmanager.idir-belfares.fr
tls:
- secretName: alertmanager-tls
hosts: hosts:
- alertmanager.idir-belfares.fr - alertmanager.idir-belfares.fr
path: / path: /
+10 -10
View File
@@ -1,22 +1,16 @@
hostAliases:
- ip: "13.140.150.2"
hostnames:
- "keycloak.idir-belfares.fr"
config: config:
existingSecret: oauth2-proxy-prometheus existingSecret: oauth2-proxy-prometheus
cookie_secure: false cookie_secure: true
reverse_proxy: true
set_xauthrequest: true set_xauthrequest: true
cookie_samesite: "lax" cookie_samesite: "lax"
redirect_url: http://prometheus.idir-belfares.fr/oauth2/callback redirect_url: https://prometheus.idir-belfares.fr/oauth2/callback
extraArgs: extraArgs:
provider: oidc provider: oidc
skip-oidc-discovery: "true" skip-oidc-discovery: "true"
login-url: "http://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth" login-url: "https://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" 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-issuer-url: "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps"
oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs" oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs"
email-domain: "*" email-domain: "*"
insecure-oidc-allow-unverified-email: "true" insecure-oidc-allow-unverified-email: "true"
@@ -25,6 +19,12 @@ extraArgs:
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- prometheus.idir-belfares.fr
tls:
- secretName: prometheus-tls
hosts: hosts:
- prometheus.idir-belfares.fr - prometheus.idir-belfares.fr
path: / path: /