X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Ftemplates%2Fservice.yaml;fp=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Ftemplates%2Fservice.yaml;h=88dc203a957eb4bb590fd7c5bc741dd873a56100;hb=a883648aaf18d40ae3c27b922d6815110ee48f4c;hp=b35e408599cb03ee5335b375b0508841adbfc2c5;hpb=bb6097c9e2fa2918028892b2c5e675841029bee9;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/service.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/service.yaml index b35e4085..88dc203a 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/service.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/service.yaml @@ -28,10 +28,10 @@ metadata: spec: type: NodePort ports: - - port: {{ .Values.dashboard.service.http.containerPort }} - nodePort: {{ .Values.dashboard.service.http.nodeport }} - targetPort: http - protocol: TCP + - port: {{ include "common.serviceport.dashboard.container" . }} + nodePort: {{ include "common.serviceport.dashboard.http" . }} + protocol: "TCP" + targetPort: "http" selector: app: {{ include "common.namespace.aux" . }}-{{ include "common.name.dashboard" . }} release: {{ .Release.Name }}