Defining all port numbers in common template
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / a1mediator / templates / service-http.yaml
index b0f5a49..1aeab75 100644 (file)
@@ -28,7 +28,7 @@ metadata:
 spec:
   type: ClusterIP
   ports:
-    - port: {{ .Values.a1mediator.service.http.port }}
+    - port: {{ include "common.serviceport.a1mediator.http" . }}
       protocol: "TCP"
       name: "http"
       targetPort: "http"