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.
21 lines
659 B
21 lines
659 B
apiVersion: v1
|
|
data:
|
|
PROFILE: prod
|
|
db_connectiontimeout: "60000"
|
|
db_idletimeout: "60000"
|
|
db_maxconnections: "8"
|
|
db_maxlifetime: "60000"
|
|
db_numthreads: "8"
|
|
db_queuesize: "2000"
|
|
db_profile: slick.jdbc.PostgresProfile
|
|
db_driver: org.postgresql.Driver
|
|
db_profile: slick.jdbc.PostgresProfile
|
|
db_driver: org.postgresql.Driver
|
|
db_url: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
|
|
minio_endpoint: http://172.15.100.68:7480
|
|
mongo_connection_string: mongodb://admin:admin@172.15.100.24:27017/?tls=true&tlsAllowInvalidCertificates=true
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: service-configs-dms
|
|
namespace: csi-uat
|