mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-11 19:51:15 +00:00
openclaw: allow traefik namespace
This commit is contained in:
@@ -26,6 +26,11 @@ spec:
|
||||
forceHTTPS: false
|
||||
annotations:
|
||||
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:
|
||||
requests:
|
||||
cpu: 250m
|
||||
|
||||
Reference in New Issue
Block a user