From 31e992eb4afeb5bc2d1e6cf46a28aeb0b2b4b479 Mon Sep 17 00:00:00 2001 From: Ryan Holt Date: Mon, 30 Nov 2020 17:43:47 -0500 Subject: [PATCH] add sample originals mount Signed-off-by: Ryan Holt --- charts/photoprism/values.yaml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) 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