Files
truecharts/charts/incubator/mordhau/values.yaml
T
TrueCharts BotandGitHub e3b5269604 chore(deps): update docker general non-major (#4189)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-26 08:43:15 +03:00

68 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/mordhau
tag: latest@sha256:a3a4a62f7191cb844b535101ebaf567933ebac42f9462a7dfb4af011da5e6b30
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
BEACON_PORT: "15000"
GAME_ID: "629800"
GAME_PARAMS: ""
GAME_PORT: "7777"
QUERY_PORT: "27015"
VALIDATE: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
ports:
main:
port: 7777
protocol: UDP
targetPort: 7777
beaconport:
enabled: true
ports:
beaconport:
enabled: true
port: 15000
protocol: UDP
targetPort: 15000
udp:
enabled: true
ports:
udp:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true