Fix storage class: cephrbd-fast-retain → cephrbd-fast-delete (nzbget-kids)
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

This commit is contained in:
2026-08-24 22:41:16 +10:00
parent 6ffd8c4cb9
commit 21e9ccb437
@@ -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