From 34a00954dbd6f83736dcccf2b45375dffbf609b6 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 29 Nov 2020 16:19:58 +0000 Subject: [PATCH] Increased photoprism storage --- manifests/photoprism_chart.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/manifests/photoprism_chart.yaml b/manifests/photoprism_chart.yaml index a0f2d6f..b0d6325 100644 --- a/manifests/photoprism_chart.yaml +++ b/manifests/photoprism_chart.yaml @@ -14,7 +14,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 20Gi --- @@ -41,10 +41,12 @@ spec: PHOTOPRISM_SITE_CAPTION: "" persistence: enabled: true - storagePath: /photoprism/storage + cachePath: /data/cache + originalsPath: /data/originals + storagePath: /data/storage volumeMounts: - name: storage - mountPath: /photoprism/storage + mountPath: /data volumes: - name: storage persistentVolumeClaim: