You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
374 B
14 lines
374 B
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: keycloak-service-configs
|
|
namespace: csi-uat
|
|
data:
|
|
QUARKUS_SSL_NATIVE: "false"
|
|
QUARKUS_SSL_TRUST_ALL: "true"
|
|
KC_DB_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
|
|
KC_DB: postgres
|
|
KC_CACHE_CONFIG_FILE: "cache-ispn.xml"
|
|
KC_HOSTNAME: quat.cloudsolutions.lk
|
|
KC_PROXY: edge
|
|
KC_HOSTNAME_STRICT: "true" |