Change externalTrafficPolicy
From Local to Cluster.
This commit is contained in:
parent
1e33fcd9fb
commit
f43b06f7ba
1 changed files with 4 additions and 5 deletions
|
@ -45,11 +45,10 @@ spec:
|
|||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
service:
|
||||
ipFamilyPolicy: "PreferDualStack"
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/allow-shared-ip: "repo-server-svc"
|
||||
ipFamilyPolicy: "PreferDualStack"
|
||||
annotations:
|
||||
metallb.universe.tf/allow-shared-ip: "repo-server-svc"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
externalTrafficPolicy: Cluster
|
||||
|
||||
|
|
Loading…
Reference in a new issue