[Git][root/k8s/fluxcd][main] feat(squid): add public ip

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 79e65ae1 by yyvf at 2025-08-14T11:59:38-03:00 feat(squid): add public ip - - - - - 2 changed files: - infrastructure/base/squid/svc.yaml - infrastructure/stage/cilium/ippool.yaml Changes: ===================================== infrastructure/base/squid/svc.yaml ===================================== @@ -5,6 +5,8 @@ metadata: namespace: squid labels: app: squid + annotations: + lbipam.cilium.io/ips: 200.236.31.209 spec: ports: - port: 3128 ===================================== infrastructure/stage/cilium/ippool.yaml ===================================== @@ -4,5 +4,6 @@ metadata: name: ippool spec: blocks: + - cidr: 200.236.31.209/32 - cidr: 200.236.31.214/32 - cidr: 200.236.31.215/32 View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/79e65ae1223f0505314fe96... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/79e65ae1223f0505314fe96... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)