Skip to content
Snippets Groups Projects
Commit 616a86dc authored by François  LAURENT's avatar François LAURENT
Browse files

Update 2 files

- /nyxui/templates/ingress.yaml
- /.gitlab-ci.yml
parent f222150c
No related branches found
No related tags found
1 merge request!4update dev
Pipeline #148141 failed
......@@ -83,7 +83,7 @@ build dev on gitlab.pasteur.fr:
deploy to pasteur.cloud:
extends: .deploy-with-helm
variables:
IMAGE_URL: "registry-gitlab.pasteur.fr/nyx/nyxui/front"
IMAGE_URL: "$CI_REGISTRY_IMAGE/front:$CI_COMMIT_SHORT_SHA"
SERVICE_TARGET_PORT: "8080"
IMAGE_SECRETS: "registry-gitlab"
KUBE_NAMESPACE: "nyx-prod"
......@@ -105,7 +105,7 @@ deploy to pasteur.cloud:
deploy to dev.pasteur.cloud:
extends: .deploy-with-helm
variables:
IMAGE_URL: "registry-gitlab.pasteur.fr/nyx/nyxui/front"
IMAGE_URL: "$CI_REGISTRY_IMAGE/front:$CI_COMMIT_SHORT_SHA"
SERVICE_TARGET_PORT: "8080"
IMAGE_SECRETS: "registry-gitlab"
KUBE_NAMESPACE: "nyx-dev"
......
......@@ -49,11 +49,11 @@ spec:
backend:
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ $fullName }}-front
name: {{ $fullName }}
port:
number: {{ $svcPort }}
{{- else }}
serviceName: {{ $fullName }}-front
serviceName: {{ $fullName }}
servicePort: {{ $svcPort }}
{{- end }}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment