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

[FEAT] update GitLab CI configuration and change Eureka client defaultZone URL to use HTTPS

parent 25b55edc
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,9 @@ deploy-prod:
--cpu=1 \
--timeout=300 \
--vpc-connector=glop-connector \
--set-env-vars SPRING_PROFILES_ACTIVE=cloud
--set-env-vars SPRING_PROFILES_ACTIVE=cloud \
--ingress=all \
--no-cpu-throttling
environment:
name: production
url: https://$SERVICE_NAME-$REGION.run.app
......
......@@ -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
registryFetchIntervalSeconds: 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment