From a4f4f72e360cf632b1736c3dae570073f6459960 Mon Sep 17 00:00:00 2001 From: Dan Tulovsky Date: Fri, 15 Oct 2021 21:15:54 -0400 Subject: [PATCH] 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 --- charts/argo-rollouts/templates/dashboard/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-rollouts/templates/dashboard/service.yaml b/charts/argo-rollouts/templates/dashboard/service.yaml index d2bd432b..c950fb3a 100644 --- a/charts/argo-rollouts/templates/dashboard/service.yaml +++ b/charts/argo-rollouts/templates/dashboard/service.yaml @@ -11,6 +11,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} spec: + type: {{ .Values.dashboard.serviceType | default "ClusterIP" }} ports: - name: dashboard protocol: TCP