feat: Allow setting the type for the dashboard service. (We have a requirement

to run it as NodePort). Default to what it is if not set.

Signed-off-by: Dan Tulovsky <dant@lightstep.com>
This commit is contained in:
Dan Tulovsky 2021-10-15 21:15:54 -04:00
parent 2671798e82
commit a4f4f72e36

View file

@ -11,6 +11,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.dashboard.serviceType | default "ClusterIP" }}
ports:
- name: dashboard
protocol: TCP