Removed xapp kong; remove nexus; created xapp services; other changes to allow cross...
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / ves / templates / ves-deployment.yaml
index 41751f3..287642e 100644 (file)
@@ -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