openclaw: add egress NetworkPolicy for Radicale CalDAV

Allow the openclaw pod to reach the Radicale CalDAV/CardDAV server
(namespace: radicale, port 5232) so Kosmos can read/write Valentin's
calendar via the in-cluster service. Mirrors networkpolicy-mail-egress.yaml.

Workaround for spec.networkPolicy.additionalEgress not being in the CRD
bundled with operator chart 0.39.0 yet (silently pruned).
This commit is contained in:
2026-08-25 00:08:03 +02:00
committed by vhaudiquet
parent 989a16b878
commit 6da9484fa3
2 changed files with 26 additions and 0 deletions
@@ -6,3 +6,4 @@ resources:
- openclaw-secrets.yaml
- networkpolicy.yaml
- networkpolicy-mail-egress.yaml
- networkpolicy-radicale-egress.yaml