chore: Move pvc to datastore as this is cluster-specific

This commit is contained in:
Peter 2026-05-06 12:47:14 +02:00
parent edef9e4497
commit 775a28e4bb
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
6 changed files with 8 additions and 14 deletions

View file

@ -9,7 +9,7 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: nfs-media # renamed per-app via JSON patch
name: nfs-media
spec:
capacity:
storage: 40Ti
@ -37,4 +37,4 @@ spec:
resources:
requests:
storage: 40Ti
volumeName: nfs-media # patched per-app to match PV name
volumeName: nfs-media

View file

@ -4,7 +4,7 @@ kind: Kustomization
namespace: plex
resources:
- ../../kustomize-bases/nfs-media
- ../datastore/pvc.yaml
- configmap.yaml
- deployments.yaml
- ingress.yaml
@ -36,5 +36,5 @@ patches:
value: ReadOnlyMany
images:
- name: plexinc/pms-docker
- name: plexinc/pms-docker
newTag: 1.43.1.10611-1e34174b1@sha256:8b5bcdf7b506fe051aa1a0a0d464efdb3ad8c0fb1f8a4dfb27a8c489b609920c

View file

@ -4,7 +4,7 @@ kind: Kustomization
namespace: qbittorrent
resources:
- ../../kustomize-bases/nfs-media
- ../datastore/pvc.yaml
- configmap.yaml
- deployments.yaml
- ingress.yaml

View file

@ -4,7 +4,7 @@ kind: Kustomization
namespace: radarr
resources:
- ../../kustomize-bases/nfs-media
- ../datastore/pvc.yaml
- configmap.yaml
- deployments.yaml
- ingress.yaml

View file

@ -4,7 +4,7 @@ kind: Kustomization
namespace: sonarr
resources:
- ../../kustomize-bases/nfs-media
- ../datastore/pvc.yaml
- configmap.yaml
- deployments.yaml
- ingress.yaml

View file

@ -1,6 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- pvc.yaml