Skip to content
Snippets Groups Projects
Commit d21c71da authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

provide master as a beta instance

parent 1c595812
No related branches found
No related tags found
1 merge request!57use namespace dependant values...yaml file
......@@ -186,10 +186,10 @@ deploy-prod:
extends: .deploy
variables:
NAMESPACE: "jass-prod"
PUBLIC_URL: "jass.pasteur.cloud"
PUBLIC_URL: "jass-beta.pasteur.cloud"
environment:
name: "k8sprod-02/jass-prod/${CI_COMMIT_REF_SLUG}"
url: "https://jass.pasteur.cloud"
url: "https://jass-beta.pasteur.cloud"
delete-dev-deployment:
......
......@@ -4,4 +4,8 @@ projects:
celery:
resources:
limits:
memory: 13Gi
\ No newline at end of file
memory: 13Gi
ingress:
annotations:
kubernetes.io/ingress.class: external
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment