Skip to content

Commit

Permalink
vpn: fix externalTrafficPolicy
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps committed Oct 21, 2024
1 parent 199a576 commit d37ed09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/vpn/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
externalTrafficPolicy: Cluster
{{- else }}
type: LoadBalancer
externalTrafficPolicy: {{ ternary "LoadBalancer" "ClusterIP" .Values.external }}
externalTrafficPolicy: {{ ternary "Local" "Cluster" .Values.external }}
{{- end }}

ports:
Expand Down

0 comments on commit d37ed09

Please sign in to comment.