64 lines
1.3 KiB
YAML
64 lines
1.3 KiB
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: ich777/steamcmd
|
||
|
tag: mordhau@sha256:4c0dba279cc619913d667cf57a1b1a9c6f6e0f1206c4dfadd0ef51d771342dfb
|
||
|
persistence:
|
||
|
serverfiles:
|
||
|
enabled: true
|
||
|
mountPath: /serverdata/serverfiles
|
||
|
steamcmd:
|
||
|
enabled: true
|
||
|
mountPath: /serverdata/steamcmd
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
beaconport:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
beaconport:
|
||
|
enabled: true
|
||
|
port: 15000
|
||
|
protocol: udp
|
||
|
targetPort: 15000
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 7777
|
||
|
protocol: udp
|
||
|
targetPort: 7777
|
||
|
udp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
udp:
|
||
|
enabled: true
|
||
|
port: 27015
|
||
|
protocol: udp
|
||
|
targetPort: 27015
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
BEACON_PORT: "15000"
|
||
|
GAME_ID: "629800"
|
||
|
GAME_PARAMS: ""
|
||
|
GAME_PORT: "7777"
|
||
|
PASSWRD: ""
|
||
|
QUERY_PORT: "27015"
|
||
|
USERNAME: ""
|
||
|
VALIDATE: "false"
|
||
|
probes:
|
||
|
liveness:
|
||
|
enabled: false
|
||
|
readiness:
|
||
|
enabled: false
|
||
|
startup:
|
||
|
enabled: false
|