63 lines
1.1 KiB
YAML
63 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/steamcmd
|
|
tag: pavlovvr@sha256:dd3bbb09137484848074cbee01cd7aeaee1354bc04b2dca54c038977375f9c0c
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
secretEmv:
|
|
PASSWRD: ""
|
|
USERNAME: ""
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7777
|
|
protocol: tcp
|
|
targetPort: 7777
|
|
udp2:
|
|
enabled: true
|
|
ports:
|
|
udp2:
|
|
enabled: true
|
|
port: 8177
|
|
protocol: udp
|
|
targetPort: 8177
|
|
udp3:
|
|
enabled: true
|
|
ports:
|
|
udp3:
|
|
enabled: true
|
|
port: 7977
|
|
protocol: udp
|
|
targetPort: 7977
|
|
udpgameport:
|
|
enabled: true
|
|
ports:
|
|
udpgameport:
|
|
enabled: true
|
|
port: 7777
|
|
protocol: udp
|
|
targetPort: 7777
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GAME_ID: "622970"
|
|
GAME_PARAMS: ""
|
|
VALIDATE: "false"
|