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
|
replicaCount: 2
|
||||||
service:
|
service:
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: 192.168.2.50
|
io.cilium/lb-ipam-ips: 192.168.1.50
|
||||||
labels:
|
|
||||||
bgp/service-type: public
|
|
||||||
|
|
||||||
ingressClassResource:
|
ingressClassResource:
|
||||||
name: external
|
name: external
|
||||||
|
|
|
@ -28,9 +28,7 @@ spec:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
service:
|
service:
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: 192.168.2.51
|
io.cilium/lb-ipam-ips: 192.168.1.51
|
||||||
labels:
|
|
||||||
bgp/service-type: public
|
|
||||||
|
|
||||||
ingressClassResource:
|
ingressClassResource:
|
||||||
name: internal
|
name: internal
|
||||||
|
|
Loading…
Reference in New Issue