diff --git a/charts/photoprism/values.yaml b/charts/photoprism/values.yaml index febe2a8e..cefd300b 100644 --- a/charts/photoprism/values.yaml +++ b/charts/photoprism/values.yaml @@ -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: - ## 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 \ No newline at end of file