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.
18 lines
531 B
18 lines
531 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.17:5000/postgres
|
|
KC_DB: postgres
|
|
KC_CACHE_CONFIG_FILE: "cache-ispn.xml"
|
|
KC_HOSTNAME: quat.cloudsolutions.lk
|
|
KC_PROXY: edge
|
|
KC_HOSTNAME_STRICT: "true"
|
|
KC_HTTP_RELATIVE_PATH: /auth
|
|
KC_SPI_CURRENT_LOCATIONS_CURRENT_LOCATIONS_REDIS_HOST: 172.15.100.41
|
|
KC_SPI_CURRENT_LOCATIONS_CURRENT_LOCATIONS_REDIS_PORT: "6379"
|