Add one-click deployment scripts and override file examples.
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / templates / service.yaml
@@ -26,9 +26,9 @@ metadata:
     release: {{ .Release.Name }}
     heritage: {{ .Release.Service }}
 spec:
-  type: {{ .Values.service.type }}
+  type: {{ .Values.dashboard.service.type }}
   ports:
-    - port: {{ .Values.service.port }}
+    - port: {{ .Values.dashboard.service.port }}
       targetPort: http
       protocol: TCP
   selector: