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:
parent
2671798e82
commit
a4f4f72e36
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