6769b5291e
Separate tv and movies onto their own volumes so sonarr/radarr can each mount and manage their library individually later, and move media storage off cephfs-raid6-retain onto cephfs-raid5-delete. - Remove single jellyfin-media PVC (RWX, cephfs-raid6-retain) - Add jellyfin-media-tv and jellyfin-media-movies PVCs (RWX, cephfs-raid5-delete, 500Gi each, expandable) - Mount tv read-only at /media/tv and movies read-only at /media/movies in the statefulset - Update kustomization resources to reference the two new PVCs
22 lines
409 B
YAML
22 lines
409 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- cnpg_cluster.yaml
|
|
- cnpg_pooler.yaml
|
|
- cnpg_backup.yaml
|
|
- pvc-config.yaml
|
|
- pvc-transcode.yaml
|
|
- pvc-media-tv.yaml
|
|
- pvc-media-movies.yaml
|
|
- statefulset.yaml
|
|
- pdb.yaml
|
|
- service.yaml
|
|
- redis-deployment.yaml
|
|
- redis-pvc.yaml
|
|
- redis-service.yaml
|
|
- gateway.yaml
|
|
- httproute.yaml
|