Fix storage class: cephrbd-fast-retain → cephrbd-fast-delete (nzbget-kids)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user