Use a pvc for cache
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -48,7 +48,6 @@ base:
|
|||||||
path: /data/.faircamp_build
|
path: /data/.faircamp_build
|
||||||
music:
|
music:
|
||||||
path: /data/music
|
path: /data/music
|
||||||
extraVolumes:
|
|
||||||
cache:
|
cache:
|
||||||
path: /data/.faircamp_cache
|
path: /data/.faircamp_cache
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -103,9 +102,6 @@ ingress:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- '{{ .Values.shortcuts.hostname }}'
|
- '{{ .Values.shortcuts.hostname }}'
|
||||||
secretName: '{{ .Values.shortcuts.hostname }}'
|
secretName: '{{ .Values.shortcuts.hostname }}'
|
||||||
extraVolumes:
|
|
||||||
cache:
|
|
||||||
emptyDir: {}
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
@@ -130,6 +126,12 @@ storage:
|
|||||||
size: 3Gi
|
size: 3Gi
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
cache:
|
||||||
|
enabled: true
|
||||||
|
storageClassName: default
|
||||||
|
size: 3Gi
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
|
||||||
config:
|
config:
|
||||||
# -- Please have a look here: https://github.com/dani-garcia/vaultwarden/blob/main/.env.template
|
# -- Please have a look here: https://github.com/dani-garcia/vaultwarden/blob/main/.env.template
|
||||||
|
|||||||
Reference in New Issue
Block a user