fix(forgejo-runner): egress to ingress-nginx by namespace, not a stale LB IP

This commit is contained in:
Story Crater Bot
2026-08-21 16:22:19 -07:00
parent c46e69fd43
commit 7cb438e25d
2 changed files with 16 additions and 13 deletions
-7
View File
@@ -47,10 +47,3 @@ tolerations:
# attach there.
nodeSelector:
topology.kubernetes.io/zone: az-a
# Egress exceptions. The NetworkPolicy denies the whole LAN /24 by default;
# this is the one address punched back through, because forgejo.riotpiao.com
# (the image registry) resolves to the ingress-nginx LoadBalancer.
# Must match the Cilium LB pool allocation — pool is 192.168.1.160/28.
egress:
ingressLoadBalancerIP: 192.168.1.160