Merge "Drop the submodule nexus-repository-helm"
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / ves / templates / ves-deployment.yaml
index e730cf6..6d79ac7 100644 (file)
@@ -58,9 +58,9 @@ spec:
       - name: {{ include "common.namespace" . }}-{{include "common.name" . }}\r
         image: {{ .Values.ves.onapRepository }}/{{ .Values.ves.image.name }}:{{ .Values.ves.image.tag }}\r
         ports:\r
-        - containerPort: 8080\r
+        - containerPort: {{ include "common.serviceport.ves.http.container" . }}\r
           protocol: TCP\r
-        - containerPort: 8443\r
+        - containerPort: {{ include "common.serviceport.ves.https.container" . }}\r
           protocol: TCP\r
         env:\r
         - name: CONSUL_HOST\r
@@ -82,7 +82,7 @@ spec:
         readinessProbe:\r
           httpGet:\r
             path: "/healthcheck"\r
-            port: 8080\r
+            port: {{ include "common.serviceport.ves.http.container" . }}\r
             scheme: HTTP\r
           initialDelaySeconds: 5\r
           timeoutSeconds: 1\r