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