diff --git a/src/main/resources/application-cloud.yml b/src/main/resources/application-cloud.yml
index 05a9f7c108b9b1855e5dcc1b8abe345674ecbd8c..cfe590210938118d853c6b85378326d8171cb191 100644
--- a/src/main/resources/application-cloud.yml
+++ b/src/main/resources/application-cloud.yml
@@ -29,7 +29,7 @@ eureka:
       instanceId: ${eureka.instance.hostname}:${spring.application.name}
   client:
     serviceUrl:
-      defaultZone: http://eureka-service-682610574114.europe-west1.run.app/eureka/
+      defaultZone: https://eureka-service-682610574114.europe-west1.run.app/eureka/
     register-with-eureka: true
     fetch-registry: true
   
\ No newline at end of file