fix: change nginx load balancer ips to use new pool

This commit is contained in:
SeanOMik 2024-09-27 16:04:57 -04:00
parent bb16a89a25
commit 1354fd1205
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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