chore: Update manifests after change
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user