X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fves%2Ftemplates%2Fves-deployment.yaml;h=6d79ac76e124b44c275dc3e109f587c8e3ab336a;hb=b0d610ef0ba334c963cac6e2f3423657fda803dd;hp=e730cf6680b4e5060122e60de12799447cacf982;hpb=e8411564c0887d17955cfe88aa394c1674b5ce42;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ves-deployment.yaml b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ves-deployment.yaml index e730cf66..6d79ac76 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ves-deployment.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ves-deployment.yaml @@ -58,9 +58,9 @@ spec: - name: {{ include "common.namespace" . }}-{{include "common.name" . }} image: {{ .Values.ves.onapRepository }}/{{ .Values.ves.image.name }}:{{ .Values.ves.image.tag }} ports: - - containerPort: 8080 + - containerPort: {{ include "common.serviceport.ves.http.container" . }} protocol: TCP - - containerPort: 8443 + - containerPort: {{ include "common.serviceport.ves.https.container" . }} protocol: TCP env: - name: CONSUL_HOST @@ -82,7 +82,7 @@ spec: readinessProbe: httpGet: path: "/healthcheck" - port: 8080 + port: {{ include "common.serviceport.ves.http.container" . }} scheme: HTTP initialDelaySeconds: 5 timeoutSeconds: 1