chore: Update manifests after change

This commit is contained in:
2026-04-11 00:20:54 +00:00
parent bb872e5c0b
commit 6c39cfe248
3 changed files with 88 additions and 4 deletions

View File

@@ -47,17 +47,19 @@ spec:
- name: GALLERY_ROOT
value: /gallery
- name: CSRF_TRUSTED_ORIGINS
value: https://foldergram.alexlebens.net
value: https://foldergram.alexlebens.net, https://art.alexlebens.dev
- name: PUBLIC_DEMO_MODE
value: "1"
image: ghcr.io/foldergram/foldergram:1.1.0@sha256:b08c7f30a15a3d3e4cf0877a5271cb76be6a36ab83751f040c115ccdb76b736a
name: main
resources:
requests:
cpu: 1m
memory: 230Mi
cpu: 10m
memory: 1Gi
volumeMounts:
- mountPath: /app/data
name: cache
- mountPath: /gallery/pictures/collections
- mountPath: /gallery
name: pictures
readOnly: true
volumes: