Increased photoprism storage
This commit is contained in:
parent
54af3af2c1
commit
34a00954db
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user