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;h=88dc203a957eb4bb590fd7c5bc741dd873a56100;hb=b0d610ef0ba334c963cac6e2f3423657fda803dd;hp=b35e408599cb03ee5335b375b0508841adbfc2c5;hpb=0309475769b27702c8c886411222882da8b519b1;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 }}