remove eureka client configuration from various service config maps

main
Ishrath Ahamed 2 months ago
parent 712a882940
commit 8e2c5daf1d

@ -10,13 +10,6 @@ data:
#- org.springframework.web.client.HttpServerErrorException
#- java.util.concurrent.TimeoutException
#- java.io.IOException
eureka:
client:
enabled: false
serviceUrl:
defaultZone: 'http://localhost:8761/eureka/'
fetch-registry: false
register-with-eureka: false
debug: false
logging:
level:

@ -1,10 +1,3 @@
eureka:
client:
enabled: false
serviceUrl:
defaultZone: 'http://localhost:8761/eureka/'
fetch-registry: false
register-with-eureka: false
debug: false
logging:
level:

@ -11,13 +11,6 @@ data:
ServiceURIS__ADTMasterDataURI: http://csi-pms-rms-masterdata/amd-masterdata/
ServiceURIS__BmInvoiceURI: http://csi-bm-invoice/
Report__SkipSendToReporting: "true"
eureka__client__healthcheck__enabled: "true"
eureka__client__serviceUrl: http://eureka:8761/eureka/
eureka__client__shouldFetchRegistry: "true"
eureka__client__shouldRegisterWithEureka: "true"
eureka__instance__hostname: csi-net-hhc
eureka__instance__healthCheckUrl: ""
eureka__instance__preferIpAddress: "false"
kind: ConfigMap
metadata:

@ -3,7 +3,6 @@ data:
activeProfile: java-dev
configserver: http://config-server
domain_name: csi.dev.cloudsol.lk
eureka_server: http://eureka:8761/eureka/
ui_hostname: http://webserver-service
kind: ConfigMap
metadata:

@ -6,7 +6,6 @@ data:
bloodbank-db-platform: org.hibernate.dialect.PostgreSQLDialect
bloodbank-db-url: jdbc:postgresql://172.15.100.28:5432/temp-quat-database?currentSchema=bb_bloodbank
configserver: http://config-server
eureka_server: http://eureka:8761/eureka/
rootDomainName: cloudsol.lk
kind: ConfigMap
metadata:

@ -6,7 +6,6 @@ data:
discharge-clear-notification: adt-discharge-clear-notification.t
discharge-start-notification: adt-discharge-start-notification.t
discharge-summary-clear-notification: adt-discharge-summary-clear-notification.t
eureka_server: http://eureka:8761/eureka/
pharmacy-db-platform: org.hibernate.dialect.PostgreSQLDialect
pharmacy-db-url: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
prescription-db-url: jdbc:postgresql://172.15.100.28:5432/temp-quat-database

@ -4,7 +4,6 @@ data:
CSI_DB_SERVER: postgres
#SPRING_JPA_DATABASE-PLATFORM: org.hibernate.dialect.Oracle10gDialect
configserver: http://config-server
eureka_server: http://eureka:8761/eureka/
rootDomainName: cloudsol.lk
SPRING_JPA_DATABASE-PLATFORM: org.hibernate.dialect.PostgreSQLDialect
active_profile: java-dev

@ -53,18 +53,12 @@ data:
db-driver: org.postgresql.Driver
elasticsearch_host: elasticsearch
elasticsearch_port: "9200"
eureka_healthURL: http://config-server:8888
eureka_hostname: http://config-server:8888
eureka_ip: eureka
eureka_port: "8888"
eureka_server: http://eureka:8761/eureka/
management_health_refresh_enabled: "false"
mongo_port: "27017"
mongo_server: mongo
namespace: csi-uat
net_environment: DEV
rootDomainName: cloudsol.lk
svc_reg_addr: eureka
ui_hostname: http://webserver-service
CSI_ENV_PREFIX: DEV
kind: ConfigMap

Loading…
Cancel
Save