chore: Update manifests after change

This commit is contained in:
2026-04-11 20:29:09 +00:00
parent cd7b001ead
commit 0fde1b831e
9 changed files with 53 additions and 31 deletions

View File

@@ -56,14 +56,19 @@ spec:
memory: 1Gi
volumeMounts:
- mountPath: /app/data
name: cache
name: data
- mountPath: /app/data/db
name: db
- mountPath: /gallery
name: pictures
readOnly: true
volumes:
- name: cache
- name: data
persistentVolumeClaim:
claimName: foldergram-data
- name: db
persistentVolumeClaim:
claimName: foldergram-db
- name: pictures
persistentVolumeClaim:
claimName: foldergram-pictures-collections-nfs-storage