diff --git a/src/main/resources/application-cloud.yml b/src/main/resources/application-cloud.yml index cfe590210938118d853c6b85378326d8171cb191..465951345528be11d5abcbfbdee869a28f48076b 100644 --- a/src/main/resources/application-cloud.yml +++ b/src/main/resources/application-cloud.yml @@ -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