From b76b6930994777db48730e3f2359d06c2b6c7fbf Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 2 Jan 2026 14:59:09 +0100 Subject: [PATCH] Use a pvc for cache Signed-off-by: Nikolai Rodionov --- helm/values.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index c250ea2..5cc0a0d 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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