fix(satisfactory): tmpfs

This commit is contained in:
JJGadgets
2024-07-31 16:59:24 +08:00
parent a70602cfee
commit 9b902a27cf

View File

@@ -83,6 +83,12 @@ spec:
globalMounts:
- subPath: game
path: /config/gamefiles
tmp:
type: emptyDir
medium: Memory
globalMounts:
- subPath: configdir
path: /home/steam/.config
defaultPodOptions:
automountServiceAccountToken: false
enableServiceLinks: false