Update values.yaml
This commit is contained in:
parent
c1f8335910
commit
f80f1778bb
|
@ -49,6 +49,6 @@ service:
|
||||||
labels: {}
|
labels: {}
|
||||||
spec:
|
spec:
|
||||||
loadBalancerIP: 192.168.3.65 # this should be an IP in the Kube-VIP range
|
loadBalancerIP: 192.168.3.65 # this should be an IP in the Kube-VIP range
|
||||||
externalTrafficPolicy: Local # needed for real IP to be shown for external devices
|
externalTrafficPolicy: Cluster # needed for real IP to be shown for external devices
|
||||||
loadBalancerSourceRanges: []
|
loadBalancerSourceRanges: []
|
||||||
externalIPs: []
|
externalIPs: []
|
||||||
|
|
Loading…
Reference in New Issue