fix: change nginx load balancer ips to use new pool
This commit is contained in:
parent
bb16a89a25
commit
1354fd1205
|
@ -28,9 +28,7 @@ spec:
|
|||
replicaCount: 2
|
||||
service:
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.2.50
|
||||
labels:
|
||||
bgp/service-type: public
|
||||
io.cilium/lb-ipam-ips: 192.168.1.50
|
||||
|
||||
ingressClassResource:
|
||||
name: external
|
||||
|
|
|
@ -28,9 +28,7 @@ spec:
|
|||
replicaCount: 2
|
||||
service:
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.2.51
|
||||
labels:
|
||||
bgp/service-type: public
|
||||
io.cilium/lb-ipam-ips: 192.168.1.51
|
||||
|
||||
ingressClassResource:
|
||||
name: internal
|
||||
|
|
Loading…
Reference in New Issue