You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
295 B
YAML
11 lines
295 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: keycloak-cm-envvars
|
|
data:
|
|
KC_LOG_LEVEL: {{ .Values.keycloak.logLevel | default "INFO" }}
|
|
KC_PROXY: edge
|
|
KC_HOSTNAME: "keycloak-prodwork01.smardigo.digital"
|
|
KC_DB: "postgres"
|
|
KC_DB_URL: "jdbc:postgresql://postgres-cluster:5432/keycloak"
|