jellyfin updates
This commit is contained in:
@@ -174,22 +174,22 @@ persistence:
|
||||
# -- set to false to use emptyDir
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 5Gi
|
||||
size: 20Gi
|
||||
# -- 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.
|
||||
storageClass: ''
|
||||
storageClass: openebs-3-replicas
|
||||
## -- Use an existing PVC for this mount
|
||||
# existingClaim: ''
|
||||
media:
|
||||
# -- set to false to use emptyDir
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
accessMode: ReadWriteMany
|
||||
size: 25Gi
|
||||
# -- 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.
|
||||
storageClass: ''
|
||||
storageClass: nfs-storage
|
||||
## -- Use an existing PVC for this mount
|
||||
# existingClaim: ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user