disable Eureka client registration in API Gateway and HHC service configurations

main
Ishrath Ahamed 2 months ago
parent 6c0d9e5c2f
commit bb241fe9cf

@ -17,6 +17,7 @@ data:
defaultZone: 'http://localhost:8761/eureka/'
fetch-registry: false
register-with-eureka: false
registerWithEureka: false
debug: false
logging:
level:

@ -14,7 +14,7 @@ data:
eureka__client__healthcheck__enabled: "true"
eureka__client__serviceUrl: http://eureka:8761/eureka/
eureka__client__shouldFetchRegistry: "true"
eureka__client__shouldRegisterWithEureka: "true"
eureka__client__shouldRegisterWithEureka: "false"
eureka__instance__hostname: csi-net-hhc
eureka__instance__healthCheckUrl: ""
eureka__instance__preferIpAddress: "false"

Loading…
Cancel
Save