add sample originals mount

Signed-off-by: Ryan Holt <ryan@ryanholt.net>
This commit is contained in:
Ryan Holt 2020-11-30 17:43:47 -05:00
parent a4c913aef6
commit 31e992eb4a
No known key found for this signature in database
GPG Key ID: 2CEA90502F6F3637

View File

@ -52,19 +52,11 @@ persistence:
emptyDir: false
mountPath: /photoprism/storage
# originals:
# enabled: false
# emptyDir: false
# mountPath: /photoprism/originals
## Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## 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: ""
# additionalVolumeMounts:
# - name: originals
# mountPath: "/photoprism/originals"
# readOnly: true
# additionalVolumes:
# - name: originals
# persistentVolumeClaim:
# claimName: nfs-pictures-pvc