Skip to content

Commit

Permalink
vpn: fix externalTrafficPolicy (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps authored Oct 21, 2024
1 parent 0c7f062 commit 2cdace6
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 2cdace6

Please sign in to comment.