Skip to content

Commit

Permalink
fix: update chart services to use a local external traffic policy (#875)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Jun 7, 2024
1 parent 24466ed commit bcb6f09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
{{- if $envoyProxy.loadBalancerEnabled }}
type: LoadBalancer
{{- end }}
externalTrafficPolicy: Local
selector:
app: envoy-proxy-{{ $node.name }}
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ metadata:
{{- include "fullstack.testLabels" $ | nindent 4 }}
spec:
type: {{ $defaults.serviceType | default "ClusterIP" }}
externalTrafficPolicy: Local
selector:
app: haproxy-{{ $node.name }}
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
type: {{ $defaults.serviceType | default "ClusterIP" }}
{{- end }}
publishNotReadyAddresses: true
externalTrafficPolicy: Local
selector:
app: network-{{ $nodeConfig.name }}
ports:
Expand Down

0 comments on commit bcb6f09

Please sign in to comment.