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

[FEAT] update Eureka client defaultZone URL to use HTTP and add registry fetch...

[FEAT] update Eureka client defaultZone URL to use HTTP and add registry fetch interval and availability zones
parent eb349db9
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,9 @@ eureka:
instanceId: ${eureka.instance.hostname}:${spring.application.name}
client:
serviceUrl:
defaultZone: https://eureka-service-682610574114.europe-west1.run.app/eureka/
defaultZone: http://eureka-service-682610574114.europe-west1.run.app/eureka/
register-with-eureka: true
fetch-registry: true
\ No newline at end of file
registryFetchIntervalSeconds: 5
availabilityZones:
default: europe-west1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment