fix
This commit is contained in:
@@ -65,7 +65,7 @@ spec:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 25Gi
|
||||
storage: 1Gi
|
||||
storageClassName: nfs-storage
|
||||
volumeName: nfs-media-jellyfin
|
||||
---
|
||||
|
||||
@@ -185,7 +185,7 @@ persistence:
|
||||
# -- set to false to use emptyDir
|
||||
enabled: true
|
||||
accessMode: ReadWriteMany
|
||||
size: 25Gi
|
||||
size: 1Gi
|
||||
# -- Custom annotations to be added to the PVC
|
||||
annotations: {}
|
||||
# -- If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner.
|
||||
|
||||
Reference in New Issue
Block a user