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:
parent
2671798e82
commit
72b6171ce7
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ metadata:
|
|||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.dashboard.serviceType | default "ClusterIP" }}
|
||||
ports:
|
||||
- name: dashboard
|
||||
protocol: TCP
|
||||
|
|
Loading…
Reference in a new issue