Skip to content

Commit

Permalink
[helm-chart] set service externalTrafficPolicy to Local (#633)
Browse files Browse the repository at this point in the history
to advertise the /32 IP to upstream
  • Loading branch information
defo89 authored Jul 31, 2024
1 parent 3f220be commit 77a7631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/helm-charts/assets_server_ha/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
name: assets-server

spec:
type: LoadBalancer
externalTrafficPolicy: Local
selector:
app: assets-server
ports:
Expand Down

0 comments on commit 77a7631

Please sign in to comment.