Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MIAGE_GLOP_Banzai_USER_MANAGEMENT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Madeline Carpentier
MIAGE_GLOP_Banzai_USER_MANAGEMENT
Commits
86be0107
Commit
86be0107
authored
3 months ago
by
Abdellatif Kebraoui
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
src/main/resources/application-cloud.yml
+1
-1
1 addition, 1 deletion
src/main/resources/application-cloud.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
1
View file @
86be0107
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application-cloud.yml
+
1
−
1
View file @
86be0107
...
...
@@ -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
:
http
s
://eureka-service-682610574114.europe-west1.run.app/eureka/
register-with-eureka
:
true
fetch-registry
:
true
registryFetchIntervalSeconds
:
5
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment