Skip to content

Commit

Permalink
Respect values.yml service type
Browse files Browse the repository at this point in the history
Looks like the `values.yml`'s type was being ignored here and forcing `LoadBalancer`. This seems to have fixed it for me

Signed-off-by: anthony <aahewins@protonmail.com>
  • Loading branch information
AnthonyHewins committed Feb 9, 2023
1 parent 7990f0c commit a478229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/enroute/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
{{- end }}
selector:
{{- include "enroute.selectorLabels" . | nindent 4 }}
type: LoadBalancer
type: {{ .Values.service.type }}

0 comments on commit a478229

Please sign in to comment.