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
376 B
14 lines
376 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://10.201.215.40:1521/VUATPDB.hmg.local
|
|
KC_DB: postgres
|
|
KC_CACHE_CONFIG_FILE: "cache-ispn.xml"
|
|
KC_HOSTNAME: csi.cloudsolutions.com.sa
|
|
KC_PROXY: edge
|
|
KC_HOSTNAME_STRICT: "true" |