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
  • Loading branch information
AnthonyHewins authored Feb 8, 2023
1 parent 7990f0c commit 5b13ed2
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 5b13ed2

Please sign in to comment.