Defining all port numbers in common template
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / dbaas / templates / service.yaml
index d0f3df5..af290b7 100644 (file)
@@ -30,7 +30,7 @@ spec:
     app: {{ include "common.namespace.platform" . }}-{{ include "common.name.dbaas" . }}
     release: {{ .Release.Name }}
   ports:
-  - port: {{ .Values.dbaas.backend.port }}
+  - port: {{ include "common.serviceport.dbaas.tcp" . }}
     targetPort: "sql"
     protocol: "TCP"
     name: "sql"