diff --git a/apps/base/arrstack/nzbget-kids/pvc-config.yaml b/apps/base/arrstack/nzbget-kids/pvc-config.yaml index c154c18..2b7f193 100644 --- a/apps/base/arrstack/nzbget-kids/pvc-config.yaml +++ b/apps/base/arrstack/nzbget-kids/pvc-config.yaml @@ -1,6 +1,6 @@ --- -# NZBGet (kids) config + queue/temp state. RWO on cephrbd (block). Retain: this -# is state. The download data itself lives on the shared media PVCs, not here. +# NZBGet (kids) config + queue/temp state. RWO on cephrbd (block, fast-delete). +# The download data itself lives on the shared media PVCs, not here. apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -12,5 +12,5 @@ spec: resources: requests: storage: 5Gi - storageClassName: cephrbd-fast-retain + storageClassName: cephrbd-fast-delete volumeMode: Filesystem