yyvf22 pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
79e65ae1
by yyvf at 2025-08-14T11:59:38-03:00
2 changed files:
Changes:
... | ... | @@ -5,6 +5,8 @@ metadata: |
5 | 5 | namespace: squid
|
6 | 6 | labels:
|
7 | 7 | app: squid
|
8 | + annotations:
|
|
9 | + lbipam.cilium.io/ips: 200.236.31.209
|
|
8 | 10 | spec:
|
9 | 11 | ports:
|
10 | 12 | - port: 3128
|
... | ... | @@ -4,5 +4,6 @@ metadata: |
4 | 4 | name: ippool
|
5 | 5 | spec:
|
6 | 6 | blocks:
|
7 | + - cidr: 200.236.31.209/32
|
|
7 | 8 | - cidr: 200.236.31.214/32
|
8 | 9 | - cidr: 200.236.31.215/32 |