New version of the common template. It unifies the naming convention between platform...
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / dbaas / templates / deployment.yaml
index 135b2c2..d4213b2 100644 (file)
@@ -44,6 +44,8 @@ spec:
       - image: {{ include "common.repository" . }}/{{ .Values.dbaas.backend.image.name }}:{{ .Values.dbaas.backend.image.tag }}
         imagePullPolicy: {{ include "common.pullPolicy" . }}
         ports:
-        - containerPort: {{ .Values.dbaas.backend.targetPort }}
+        - containerPort: {{ .Values.dbaas.backend.containerPort }}
+          name: sql
+          protocol: TCP
         name: {{ include "common.namespace" . }}-{{ include "common.name" . }}
       restartPolicy: Always