fix(collabora): tmpfs

This commit is contained in:
JJGadgets
2024-04-17 01:01:52 +08:00
parent a9028ca7f5
commit 7375e6b03d

View File

@@ -70,6 +70,14 @@ spec:
port: http
tls:
- hosts: [*host]
persistence:
tmp:
enabled: true
type: emptyDir
medium: Memory
globalMounts:
- subPath: "jail"
path: "/opt/cool/child-roots"
defaultPodOptions:
automountServiceAccountToken: false
enableServiceLinks: false