61 lines
1.0 KiB
YAML
61 lines
1.0 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/hurtworld
|
|
tag: latest@sha256:8cd614ff342c29345da12f2b3a75e5bc6a60ef0b6965cd0599a782a08deee80f
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
secretEnv:
|
|
USERNAME: ""
|
|
PASSWRD: ""
|
|
|
|
env:
|
|
GAME_ID: "405100"
|
|
GAME_PARAMS: ;autosaveenabled 1;addadmin 76561197963117432
|
|
GAME_PORT: "12871"
|
|
QUERY_PORT: "12881"
|
|
SRV_MAXPLAYERS: "50"
|
|
SRV_NAME: Hurtworld Docker
|
|
VALIDATE: false
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 12871
|
|
protocol: UDP
|
|
targetPort: 12871
|
|
queryport:
|
|
enabled: true
|
|
ports:
|
|
queryport:
|
|
enabled: true
|
|
port: 12881
|
|
protocol: UDP
|
|
targetPort: 12881
|
|
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
portal:
|
|
enabled: true
|