Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions manifests/pointclap/7daystodie/sdtd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
initContainers:
- name: sdtd-init-settings
imagePullPolicy: IfNotPresent
image: docker.io/vinanrra/7dtd-server:v0.9.2@sha256:2ba7b9d4b1a7f66b5b7e00755f62169583930e64c49cf400b69c4f1f2d126a9c
image: docker.io/vinanrra/7dtd-server:v0.9.3@sha256:75d1193fb2470687ee8748f27482524c170f6cbca110e15f48db8d8ff48f15ca
command:
[
"/bin/bash",
Expand Down Expand Up @@ -264,7 +264,7 @@ spec:
mountPath: /home/sdtdserver/serverfiles/
- name: sdtd-init
imagePullPolicy: IfNotPresent
image: docker.io/vinanrra/7dtd-server:v0.9.2@sha256:2ba7b9d4b1a7f66b5b7e00755f62169583930e64c49cf400b69c4f1f2d126a9c
image: docker.io/vinanrra/7dtd-server:v0.9.3@sha256:75d1193fb2470687ee8748f27482524c170f6cbca110e15f48db8d8ff48f15ca
securityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -300,7 +300,7 @@ spec:
containers:
- name: sdtd
imagePullPolicy: IfNotPresent
image: docker.io/vinanrra/7dtd-server:v0.9.2@sha256:2ba7b9d4b1a7f66b5b7e00755f62169583930e64c49cf400b69c4f1f2d126a9c
image: docker.io/vinanrra/7dtd-server:v0.9.3@sha256:75d1193fb2470687ee8748f27482524c170f6cbca110e15f48db8d8ff48f15ca
#securityContext:
# runAsNonRoot: true
# runAsUser: 1000
Expand Down