feat: Allow setting the "type" on the dashboard service. (We have a

requirement to run it as NodePort). Set the default to what it is if not
specified.

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

View file

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