X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fves%2Ftemplates%2Fves-deployment.yaml;fp=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fves%2Ftemplates%2Fves-deployment.yaml;h=6d79ac76e124b44c275dc3e109f587c8e3ab336a;hb=a883648aaf18d40ae3c27b922d6815110ee48f4c;hp=e730cf6680b4e5060122e60de12799447cacf982;hpb=bb6097c9e2fa2918028892b2c5e675841029bee9;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