51 lines
848 B
YAML
51 lines
848 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/v-rising
|
|
tag: latest@sha256:2cd2d4a498d215598bcf353f6268f4e5f527cc0852c9a7028927628417c99757
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
secretEnv:
|
|
USERNAME: ""
|
|
PASSWRD: ""
|
|
|
|
env:
|
|
ENABLE_BEPINEX: ""
|
|
GAME_ID: "1829350"
|
|
GAME_PARAMS: ""
|
|
SERVER_NAME: V Rising Docker
|
|
VALIDATE: false
|
|
WORLD_NAME: world1
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9876
|
|
protocol: UDP
|
|
targetPort: 9876
|
|
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
portal:
|
|
enabled: true
|