fix(forgejo-runner): egress to ingress-nginx by namespace, not a stale LB IP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user