Skip to content

Commit

Permalink
fix: resolve break introduced by external traffic policy applied to h…
Browse files Browse the repository at this point in the history
…eadless svc (#876)

Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick authored Jun 7, 2024
1 parent a9c5a89 commit ef1d2fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ metadata:
spec:
{{- if $envoyProxy.loadBalancerEnabled }}
type: LoadBalancer
{{- end }}
externalTrafficPolicy: Local
{{- end }}
selector:
app: envoy-proxy-{{ $node.name }}
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
clusterIP: None
{{- else }}
type: {{ $defaults.serviceType | default "ClusterIP" }}
externalTrafficPolicy: Local
{{- end }}
publishNotReadyAddresses: true
externalTrafficPolicy: Local
selector:
app: network-{{ $nodeConfig.name }}
ports:
Expand Down

0 comments on commit ef1d2fc

Please sign in to comment.