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 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: ""