Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
6caa4176
Commit
6caa4176
authored
Jun 17, 2021
by
Florent VINCENT
Browse files
give distinct proxy to each spot backend, so they are autonomous
parent
e097efa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6caa4176
...
...
@@ -89,6 +89,8 @@ deploy:spot.eeo.one.backend1:
SPOT_HOSTNAME
:
spot.eeo.one
SPOT_MORTY_HOSTNAME
:
proxy.spot.eeo.one
SEARX_MORTY_URL
:
https://proxy.spot.eeo.one
SEARX_PROXY_HTTP
:
http://proxy01.ecloud.global:1099
SEARX_PROXY_HTTPS
:
http://proxy01.ecloud.global:1099
COMPOSE_PROJECT_NAME
:
staging-spot
SPOT_DOCKER_TAG
:
${CI_COMMIT_REF_SLUG}
SPOT_NGINX_DOCKER_TAG
:
${CI_COMMIT_REF_SLUG}
...
...
@@ -114,6 +116,8 @@ deploy:spot.eeo.one.backend2:
SPOT_HOSTNAME
:
spot.eeo.one
SPOT_MORTY_HOSTNAME
:
proxy.spot.eeo.one
SEARX_MORTY_URL
:
https://proxy.spot.eeo.one
SEARX_PROXY_HTTP
:
http://proxy02.ecloud.global:1099
SEARX_PROXY_HTTPS
:
http://proxy02.ecloud.global:1099
COMPOSE_PROJECT_NAME
:
staging-spot
SPOT_DOCKER_TAG
:
${CI_COMMIT_REF_SLUG}
SPOT_NGINX_DOCKER_TAG
:
${CI_COMMIT_REF_SLUG}
...
...
@@ -139,6 +143,8 @@ deploy:spot.ecloud.global.backend1:
SPOT_HOSTNAME
:
spot.ecloud.global
SPOT_MORTY_HOSTNAME
:
proxy.spot.ecloud.global
SEARX_MORTY_URL
:
https://proxy.spot.ecloud.global
SEARX_PROXY_HTTP
:
http://proxy01.ecloud.global:1099
SEARX_PROXY_HTTPS
:
http://proxy01.ecloud.global:1099
COMPOSE_PROJECT_NAME
:
production-spot
SPOT_DOCKER_TAG
:
${CI_COMMIT_REF_SLUG}
SPOT_NGINX_DOCKER_TAG
:
${CI_COMMIT_REF_SLUG}
...
...
@@ -164,6 +170,8 @@ deploy:spot.ecloud.global.backend2:
SPOT_HOSTNAME
:
spot.ecloud.global
SPOT_MORTY_HOSTNAME
:
proxy.spot.ecloud.global
SEARX_MORTY_URL
:
https://proxy.spot.ecloud.global
SEARX_PROXY_HTTP
:
http://proxy02.ecloud.global:1099
SEARX_PROXY_HTTPS
:
http://proxy02.ecloud.global:1099
COMPOSE_PROJECT_NAME
:
production-spot
SPOT_DOCKER_TAG
:
${CI_COMMIT_REF_SLUG}
SPOT_NGINX_DOCKER_TAG
:
${CI_COMMIT_REF_SLUG}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment