Use a pvc for cache
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-01-02 14:59:09 +01:00
parent 35aec2599d
commit b76b693099

View File

@@ -48,7 +48,6 @@ base:
path: /data/.faircamp_build
music:
path: /data/music
extraVolumes:
cache:
path: /data/.faircamp_cache
securityContext:
@@ -103,9 +102,6 @@ ingress:
- hosts:
- '{{ .Values.shortcuts.hostname }}'
secretName: '{{ .Values.shortcuts.hostname }}'
extraVolumes:
cache:
emptyDir: {}
services:
main:
@@ -130,6 +126,12 @@ storage:
size: 3Gi
accessModes:
- ReadWriteOnce
cache:
enabled: true
storageClassName: default
size: 3Gi
accessModes:
- ReadWriteOnce
config:
# -- Please have a look here: https://github.com/dani-garcia/vaultwarden/blob/main/.env.template