blumeops/argocd/manifests/kiwix/kustomization.yaml
Erich Blume a243384d22 Use direct NFS mount for kiwix instead of PVC
A PV can only bind to one PVC, so kiwix cannot share a PV with torrent.
Instead, mount NFS directly in the pod spec for kiwix - this is simpler
and works without needing a shared PV/PVC strategy.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:08:39 -08:00

11 lines
252 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kiwix
resources:
- configmap-zim-torrents.yaml
- configmap-sync-script.yaml
- deployment.yaml
- service.yaml
- ingress-tailscale.yaml
- cronjob-zim-watcher.yaml