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=b35e408599cb03ee5335b375b0508841adbfc2c5;hb=3803859c341dc62bdcd79ba94be585592a94672b;hp=08a48875e99087bedf9cfc842a6cf01b604829f3;hpb=97a3693d4035b13c6aa0c80f1dceefa1cd10ce5b;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 08a48875..b35e4085 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/service.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/service.yaml @@ -18,20 +18,20 @@ apiVersion: v1 kind: Service metadata: - name: {{ include "dashboard.fullname" . }} - namespace: {{ include "common.namespace" . }} + name: {{ include "common.servicename.dashboard.http" . }} + namespace: {{ include "common.namespace.aux" . }} labels: - app: {{ include "common.namespace" . }}-{{ include "common.name" . }} + app: {{ include "common.namespace.aux" . }}-{{ include "common.name.dashboard" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: - type: {{ .Values.dashboard.service.type }} + type: NodePort ports: - - port: {{ .Values.dashboard.server.port }} - nodePort: {{ .Values.dashboard.service.port }} + - port: {{ .Values.dashboard.service.http.containerPort }} + nodePort: {{ .Values.dashboard.service.http.nodeport }} targetPort: http protocol: TCP selector: - app: {{ include "common.namespace" . }}-{{ include "common.name" . }} + app: {{ include "common.namespace.aux" . }}-{{ include "common.name.dashboard" . }} release: {{ .Release.Name }}