fix: change nginx load balancer ips to use new pool
This commit is contained in:
parent
bb16a89a25
commit
1354fd1205
2 changed files with 2 additions and 6 deletions
kubernetes/thin/apps/nginx
|
@ -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…
Add table
Reference in a new issue