openclaw: allow traefik namespace

This commit is contained in:
2026-08-23 18:21:54 +02:00
parent 539622817d
commit 79faafe40a
@@ -26,6 +26,11 @@ spec:
forceHTTPS: false forceHTTPS: false
annotations: annotations:
external-dns.alpha.kubernetes.io/enabled: "true" external-dns.alpha.kubernetes.io/enabled: "true"
# Operator's default-deny NetworkPolicy only allows same-namespace ingress;
# allow Traefik so the Ingress route can reach the gateway proxy.
networkPolicy:
allowedIngressNamespaces:
- traefik
resources: resources:
requests: requests:
cpu: 250m cpu: 250m