mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-13 12:41:13 +00:00
openclaw: allow traefik namespace
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user