mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-12 12:11:14 +00:00
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).
10 lines
245 B
YAML
10 lines
245 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: openclaw
|
|
resources:
|
|
- openclaw-instance.yaml
|
|
- openclaw-secrets.yaml
|
|
- networkpolicy.yaml
|
|
- networkpolicy-mail-egress.yaml
|
|
- networkpolicy-radicale-egress.yaml
|