Skip to content
Snippets Groups Projects
Commit 0ab891e1 authored by Abdellatif Kebraoui's avatar Abdellatif Kebraoui
Browse files

[FEAT] update Eureka client instance configuration with secure ports and health check URLs

parent 86be0107
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,13 @@ eureka:
instance:
prefer-ip-address: false
hostname: usermanagement-service-682610574114.europe-west1.run.app
instanceId: ${eureka.instance.hostname}:${spring.application.name}:${random.value}
leaseRenewalIntervalInSeconds: 30
leaseExpirationDurationInSeconds: 90
metadataMap:
instanceId: ${eureka.instance.hostname}:${spring.application.name}
instanceId: ${spring.application.name}:${random.uuid}
securePortEnabled: true
nonSecurePortEnabled: false
securePort: ${server.port}
homePageUrl: https://${eureka.instance.hostname}/
statusPageUrl: https://${eureka.instance.hostname}/actuator/info
healthCheckUrl: https://${eureka.instance.hostname}/actuator/health
client:
serviceUrl:
defaultZone: https://eureka-service-682610574114.europe-west1.run.app/eureka/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment