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=287642eb8c631bf81a090fdf308873e190d1e27b;hb=581a3a371b3d0adfb6d9c831ad6877c3e07df0cd;hp=41751f34d7b3a73f6e4b6ae6b0276a180081b45c;hpb=9ed8818a3833973d754030f8043c73b582cd437d;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 41751f34..287642eb 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 @@ -55,9 +55,9 @@ spec: image: {{ .Values.ves.onapRepository }}/{{ .Values.ves.image.name }}:{{ .Values.ves.image.tag }} imagePullPolicy: {{ include "common.pullPolicy" . }} ports: - - containerPort: {{ include "common.serviceport.ves.http.container" . }} + - containerPort: {{ include "common.serviceport.ves.http" . }} protocol: TCP - - containerPort: {{ include "common.serviceport.ves.https.container" . }} + - containerPort: {{ include "common.serviceport.ves.https" . }} protocol: TCP volumeMounts: - name: component-log @@ -68,7 +68,7 @@ spec: readinessProbe: httpGet: path: "/healthcheck" - port: {{ include "common.serviceport.ves.http.container" . }} + port: {{ include "common.serviceport.ves.http" . }} scheme: HTTP initialDelaySeconds: 5 timeoutSeconds: 1 @@ -77,4 +77,4 @@ spec: failureThreshold: 1 terminationMessagePath: "/dev/termination-log" terminationMessagePolicy: File - restartPolicy: Always \ No newline at end of file + restartPolicy: Always