mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
add sample originals mount
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
This commit is contained in:
parent
a4c913aef6
commit
31e992eb4a
@ -52,19 +52,11 @@ persistence:
|
|||||||
emptyDir: false
|
emptyDir: false
|
||||||
mountPath: /photoprism/storage
|
mountPath: /photoprism/storage
|
||||||
|
|
||||||
# originals:
|
# additionalVolumeMounts:
|
||||||
# enabled: false
|
# - name: originals
|
||||||
# emptyDir: false
|
# mountPath: "/photoprism/originals"
|
||||||
# mountPath: /photoprism/originals
|
# readOnly: true
|
||||||
## Persistent Volume Storage Class
|
# additionalVolumes:
|
||||||
## If defined, storageClassName: <storageClass>
|
# - name: originals
|
||||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
# persistentVolumeClaim:
|
||||||
## If undefined (the default) or set to null, no storageClassName spec is
|
# claimName: nfs-pictures-pvc
|
||||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
||||||
## GKE, AWS & OpenStack)
|
|
||||||
# storageClass: "-"
|
|
||||||
# accessMode: ReadWriteOnce
|
|
||||||
# size: 1Gi
|
|
||||||
## Do not delete the pvc upon helm uninstall
|
|
||||||
# skipuninstall: false
|
|
||||||
# existingClaim: ""
|
|
Loading…
Reference in New Issue
Block a user