more surf
This commit is contained in:
parent
4912af93dd
commit
607f4084e6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user