54 lines
1.2 KiB
YAML
54 lines
1.2 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/steamcmd
|
|
tag: aaprovinggrounds@sha256:04bfbc74b9757f8f28ca83a30db0e237f1d572cb4b074730e9d1ef609503833d
|
|
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:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8778
|
|
protocol: udp
|
|
targetPort: 8778
|
|
steamqueryport:
|
|
enabled: true
|
|
ports:
|
|
steamqueryport:
|
|
enabled: true
|
|
port: 27015
|
|
protocol: udp
|
|
targetPort: 27015
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GAME_ID: "203300"
|
|
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
|
|
PASSWRD: ""
|
|
SRV_NAME: Army Docker
|
|
USERNAME: ""
|
|
VALIDATE: "false"
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|