feat: manual only deployment

This commit is contained in:
2026-06-14 17:26:18 +02:00
parent 61cec2b4ca
commit b474e31572
+8 -3
View File
@@ -1,5 +1,10 @@
executor: KubernetesExecutor executor: KubernetesExecutor
hostAliases:
- ip: "192.168.100.10"
hostnames:
- "keycloak.idir-belfares.fr"
dags: dags:
gitSync: gitSync:
enabled: true enabled: true
@@ -42,10 +47,10 @@ apiServer:
"remote_app": { "remote_app": {
"client_id": "airflow", "client_id": "airflow",
"client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL", "client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL",
"api_base_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect", "api_base_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect",
"access_token_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token", "access_token_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/token",
"authorize_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth", "authorize_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth",
"jwks_uri": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs", "jwks_uri": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/certs",
"client_kwargs": { "client_kwargs": {
"scope": "openid email profile" "scope": "openid email profile"
} }