fix(arksurvivalevolved): add auto-update on start and staging dir

This commit is contained in:
Kjeld Schouten
2025-05-05 22:15:17 +02:00
parent d498502319
commit e9f9f4b28a
+9 -2
View File
@@ -63,8 +63,8 @@ workload:
## Free RealEstate ## Free RealEstate
ARKCLUSTER: "true" ARKCLUSTER: "true"
am_arkopt_clusterid: "arkserver" am_arkopt_clusterid: "arkserver"
am_arkStagingDir: "" am_arkStagingDir: "/ark/staging"
am_arkAutoUpdateOnStart: false am_arkAutoUpdateOnStart: true
am_ark_SessionName: "arkserver" am_ark_SessionName: "arkserver"
am_serverMap: "TheIsland" am_serverMap: "TheIsland"
am_ark_MaxPlayers: "10" am_ark_MaxPlayers: "10"
@@ -90,6 +90,9 @@ persistence:
ark: ark:
enabled: true enabled: true
mountPath: /ark mountPath: /ark
staging:
enabled: true
mountPath: /ark/staging
steamapps: steamapps:
enabled: true enabled: true
mountPath: /home/steam/.steam/steamapps mountPath: /home/steam/.steam/steamapps
@@ -104,6 +107,10 @@ persistence:
type: configmap type: configmap
objectName: gameinis objectName: gameinis
mountPath: /arkconfig mountPath: /arkconfig
crontab:
enabled: true
type: emptyDir
mountPath: /var/spool/cron/crontabs/
configmap: configmap:
gameinis: gameinis: