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.
15 lines
415 B
15 lines
415 B
apiVersion: v1
|
|
data:
|
|
LOG4J_FORMAT_MSG_NO_LOOKUPS: 'true'
|
|
DB_VENDOR: postgres
|
|
DB_SCHEMA: sc_iam
|
|
REPORTING_EXCHANGE_NAME: csi.reporting
|
|
REPORTING_PORT: "5672"
|
|
KEYCLOAK_HOSTNAME: csi.dev.cloudsol.lk
|
|
REPORTING_QUEUE_NAME: csi-reporting
|
|
DB_CONNECTION_STRING: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: iam-service-configs
|
|
namespace: csi-uat
|