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: