more surf
This commit is contained in:
parent
4912af93dd
commit
607f4084e6
@ -38,7 +38,7 @@ spec:
|
|||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 10Gi
|
storage: 20Gi
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -61,6 +61,15 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: megastructure-surf
|
app: megastructure-surf
|
||||||
spec:
|
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:
|
containers:
|
||||||
- name: megastructure-surf
|
- name: megastructure-surf
|
||||||
image: registry.ntwl.xyz/megastructure-surf
|
image: registry.ntwl.xyz/megastructure-surf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user