chore: Refactor nfs PVC resource

This commit is contained in:
Peter 2026-04-17 21:15:46 +02:00
parent bd7d2794d4
commit 5c1a74db0e
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
10 changed files with 123 additions and 132 deletions

View file

@ -4,6 +4,7 @@ kind: Kustomization
namespace: radarr
resources:
- ../../kustomize-bases/nfs-media
- configmap.yaml
- deployments.yaml
- ingress.yaml
@ -12,6 +13,22 @@ resources:
- services.yaml
- namespace.yaml
patches:
- target:
kind: PersistentVolume
name: nfs-media
patch: |
- op: replace
path: /metadata/name
value: nfs-media-radarr
- target:
kind: PersistentVolumeClaim
name: nfs-media
patch: |
- op: replace
path: /spec/volumeName
value: nfs-media-radarr
images:
- name: linuxserver/radarr
newTag: 6.1.1@sha256:6f1dda18354ea7f28cead8f6d099fc8222498c3ae165f567d504ed04d70980d7