fix(grocy): frontend /tmp

This commit is contained in:
JJGadgets
2023-10-18 00:49:29 +08:00
parent 7f2773547e
commit ec6ab12eb2

View File

@@ -97,7 +97,7 @@ spec:
- hosts:
- *host
persistence:
tmp:
tmp: &tmp
enabled: true
type: emptyDir
medium: Memory
@@ -108,6 +108,12 @@ spec:
path: "/tmp"
- subPath: "viewcache"
path: "/var/www/data/viewcache"
frontend-tmp:
<<: *tmp
advancedMounts:
main:
frontend:
- path: "/tmp"
defaultPodOptions:
automountServiceAccountToken: false
securityContext: