Add type to Dashboard Service
Add ability to specify a serviceType for dashboard. (We have to run it as a NodePort.). Default to ClusterIP - which is the default if nothing is specified. Signed-off-by: Dan Tulovsky <dant@lightstep.com>
This commit is contained in:
parent
2671798e82
commit
236a900cf0
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