55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/ich777/steamcmd
|
|
tag: vrising@sha256:e04e6726ebc5c6eb9e3c6ae6179c7bebe6f8e15a8cac5abd00e708245934e6b0
|
|
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: 9876
|
|
protocol: udp
|
|
targetPort: 9876
|
|
query:
|
|
enabled: true
|
|
ports:
|
|
query:
|
|
enabled: true
|
|
port: 9877
|
|
protocol: udp
|
|
targetPort: 9877
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ENABLE_BEPINEX: ""
|
|
GAME_ID: "1829350"
|
|
GAME_PARAMS: ""
|
|
PASSWRD: ""
|
|
SERVER_NAME: V Rising Docker
|
|
USERNAME: ""
|
|
VALIDATE: "false"
|
|
WORLD_NAME: world1
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|