mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
fix(grocy): frontend /tmp
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user