feat(nubus): Cleanup Keycloak values.

This commit is contained in:
Carlos García-Mauriño
2024-05-17 10:24:55 +02:00
committed by Thorsten Roßner
parent 592e17027b
commit f3d8cf08ef
2 changed files with 17 additions and 11 deletions

View File

@@ -993,16 +993,6 @@ keycloak:
imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }}
config: config:
admin:
password: {{ .Values.secrets.keycloak.adminPassword | quote }}
database:
host: {{ .Values.databases.keycloak.host | quote }}
port: {{ .Values.databases.keycloak.port }}
user: {{ .Values.databases.keycloak.username | quote }}
database: {{ .Values.databases.keycloak.name | quote }}
existingSecret:
name: "ums-keycloak-postgresql-credentials"
key: "keycloakDatabasePassword"
logLevel: {{ if .Values.debug.enabled }}"DEBUG"{{ else }}"WARN"{{ end }} logLevel: {{ if .Values.debug.enabled }}"DEBUG"{{ else }}"WARN"{{ end }}
enableMetrics: true enableMetrics: true
# The availability of the admin console is already restricted through the path settings in the Keycloak Extensions # The availability of the admin console is already restricted through the path settings in the Keycloak Extensions
@@ -1010,6 +1000,22 @@ keycloak:
# through an own ingress. # through an own ingress.
exposeAdminConsole: false exposeAdminConsole: false
postgresql:
connection:
host: {{ .Values.databases.keycloak.host | quote }}
port: {{ .Values.databases.keycloak.port }}
auth:
username: {{ .Values.databases.keycloak.username | quote }}
database: {{ .Values.databases.keycloak.name | quote }}
credentialSecret:
name: "ums-keycloak-postgresql-credentials"
key: "keycloakDatabasePassword"
keycloak:
auth:
username: "kcadmin"
password: {{ .Values.secrets.keycloak.adminPassword | quote }}
containerSecurityContext: containerSecurityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:

View File

@@ -378,7 +378,7 @@ charts:
registry: "registry.opencode.de" registry: "registry.opencode.de"
repository: "bmi/opendesk/components/supplier/univention/charts-mirror" repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
name: "ums" name: "ums"
version: "0.13.0" version: "0.15.0"
verify: true verify: true
umsKeycloakBootstrap: umsKeycloakBootstrap:
# providerCategory: "Supplier" # providerCategory: "Supplier"