use longhorn instead of ceph
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -12,3 +12,18 @@ spec:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
storageClassName: csi-rbd-sc
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: sonarr-longhorn
|
||||
namespace: default
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
volumeMode: Filesystem
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
storageClassName: longhorn
|
||||
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: sonarr-ceph
|
||||
claimName: sonarr-longhorn
|
||||
- name: downloads
|
||||
nfs:
|
||||
server: 10.0.0.123
|
||||
|
||||
Reference in New Issue
Block a user