From 607f4084e635c84faa8e4ec0256454d00dfd5651 Mon Sep 17 00:00:00 2001 From: Nathan Rashleigh Date: Sun, 8 Feb 2026 22:43:54 +1100 Subject: [PATCH] more surf --- surf/megastructure-surf.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/surf/megastructure-surf.yaml b/surf/megastructure-surf.yaml index a858b5a..ad4a799 100755 --- a/surf/megastructure-surf.yaml +++ b/surf/megastructure-surf.yaml @@ -38,7 +38,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Gi + storage: 20Gi --- @@ -61,6 +61,15 @@ spec: labels: app: megastructure-surf spec: + initContainers: + - name: fix-permissions + image: busybox + command: ['sh', '-c', 'chown -R 1000:1000 /home/steam/cssds /home/steam/tf2ds'] + volumeMounts: + - name: cssds + mountPath: /home/steam/cssds + - name: tf2ds + mountPath: /home/steam/tf2ds containers: - name: megastructure-surf image: registry.ntwl.xyz/megastructure-surf