47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/ich777/steamcmd
|
|
tag: colonysurvival@sha256:7e4f6d09caed6a1f566f599b0b3788f8805bc92f8ca9f4c6fade4d6bd3e3d566
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 27016
|
|
protocol: udp
|
|
targetPort: 27016
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GAME_ID: "748090"
|
|
GAME_PARAMS: +server.gameport 27016
|
|
PASSWRD: ""
|
|
SRV_NAME: Colony Survival Docker
|
|
SRV_NETTYPE: SteamOnline
|
|
SRV_WORLDNAME: ColonySurvival
|
|
USERNAME: ""
|
|
VALIDATE: "false"
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|