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.
Configurations/configmaps/service-configs-adt.yml

26 lines
1.4 KiB

apiVersion: v1
data:
CSI_DB_ADT_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
CSI_DB_DENTAL_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
CSI_DB_MASTERDATA_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
CSI_DB_RESERVATION_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
CSI_DB_RESOURCE_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
CSI_DB_MORGUE_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
SPRING_DATASOURCE_DRIVER-CLASS-NAME: org.postgresql.Driver
SPRING_JPA_DATABASE-PLATFORM: org.hibernate.dialect.PostgreSQLDialect
CSI_RMS_ADTREQUEST_MONGOURI: mongodb://172.15.100.24:27017/adt-request?readPreference=nearest&maxStalenessSeconds=300
CSI_RMS_MASTERDATA_MONGOURI: mongodb://172.15.100.24:27017/multi-dictionary?readPreference=nearest&maxStalenessSeconds=300
CSI_RMS_MORGUE_MONGOURI: mongodb://172.15.100.24:27017/csi-morgue?readPreference=nearest
CSI_RMS_RESERVATION_MONGOURI: mongodb://172.15.100.24:27017/reservation?readPreference=nearest&maxStalenessSeconds=300
CSI_RMS_RESOURCEREG_MONGOURI: mongodb://172.15.100.24:27017/resource_reg?readPreference=nearest&maxStalenessSeconds=300
active_profile: java-dev
SPRING_JPA_HIBERNATE_DDL-AUTO: none
SPRING_JPA_HIBERNATE_DDL_AUTO: none
kind: ConfigMap
metadata:
annotations:
name: service-configs-adt
namespace: csi-uat
annotations:
reloader.stakater.com/match: "true"