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>
11 lines
252 B
YAML
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
|