From 63f5151a05888c5874b25d6cfe8dfe6c5089c98e Mon Sep 17 00:00:00 2001 From: dbildungs-iam-server-gha Date: Wed, 18 Dec 2024 10:21:48 +0000 Subject: [PATCH] dbildungs-iam-server --- automation/dbildungs-iam-server/Chart.yaml | 4 ++-- automation/dbildungs-iam-server/config/config.json | 8 ++++++++ .../templates/backend-deployment.yaml | 5 ----- automation/dbildungs-iam-server/values.yaml | 1 + 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/automation/dbildungs-iam-server/Chart.yaml b/automation/dbildungs-iam-server/Chart.yaml index b6f350405..32555cf98 100644 --- a/automation/dbildungs-iam-server/Chart.yaml +++ b/automation/dbildungs-iam-server/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: DBP-1204 +appVersion: sha-f276f87 description: dBildungs-IAM-server name: dbildungs-iam-server type: application -version: 0.0.0-dbp-1204-20241218-0956 +version: 0.0.1-20241218-1021 diff --git a/automation/dbildungs-iam-server/config/config.json b/automation/dbildungs-iam-server/config/config.json index 496e4f45b..99745ae08 100644 --- a/automation/dbildungs-iam-server/config/config.json +++ b/automation/dbildungs-iam-server/config/config.json @@ -30,6 +30,14 @@ "PASSWORD": "", "USE_TLS": false }, + + "LDAP": { + "URL": "ldap://spsh-xxx.svc.cluster.local", + "BIND_DN": "cn=admin,dc=schule-sh,dc=de", + "ADMIN_PASSWORD": "password", + "BASE_DN": "dc=schule-sh,dc=de" + }, + "DATA": { "ROOT_ORGANISATION_ID": "d39cb7cf-2f9b-45f1-849f-973661f2f057" }, diff --git a/automation/dbildungs-iam-server/templates/backend-deployment.yaml b/automation/dbildungs-iam-server/templates/backend-deployment.yaml index 6488443ae..56a8aae53 100644 --- a/automation/dbildungs-iam-server/templates/backend-deployment.yaml +++ b/automation/dbildungs-iam-server/templates/backend-deployment.yaml @@ -10,11 +10,6 @@ spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.backend.replicaCount }} {{- end }} - strategy: - type: RollingUpdate - rollingUpdate: - maxUnavailable: 50% - maxSurge: 50% selector: matchLabels: app.kubernetes.io/name: {{ template "common.names.name" . }} diff --git a/automation/dbildungs-iam-server/values.yaml b/automation/dbildungs-iam-server/values.yaml index 327cd1398..4daf0f153 100644 --- a/automation/dbildungs-iam-server/values.yaml +++ b/automation/dbildungs-iam-server/values.yaml @@ -33,6 +33,7 @@ ldap: bindDN: cn=admin,dc=schule-sh,dc=de oeffentlicheSchulenDomain: schule-sh.de ersatzschulenDomain: ersatzschule-sh.de + base_dn: dc=schule-sh,dc=de itslearning: root: sh