TrueChartsClone/charts/games/impostor-server/values.yaml

44 lines
1.0 KiB
YAML

image:
repository: tccr.io/truecharts/impostor-server
pullPolicy: IfNotPresent
tag: v1.6.0@sha256:789dda6ea04417d5a7abb9f0373e53ecab7a2cd7b77fa7fc8d9620d977b0e863
nightlyImage:
repository: tccr.io/truecharts/impostor-server-nightly
pullPolicy: IfNotPresent
tag: vnightly@sha256:aa755c70c25845d63652a2f3a93604dacb340e622dd52b08c669da62ef8aa8c1
env:
PUID: 568
USER_ID: "{{ .Values.env.PUID }}"
IMPOSTOR_Server__PublicIp: "127.0.0.1"
IMPOSTOR_Server__ListenIp: "0.0.0.0"
IMPOSTOR_AntiCheat__Enabled: true
IMPOSTOR_AntiCheat__BanIpFromGame: true
IMPOSTOR_Debug__GameRecorderEnabled: false
IMPOSTOR_Debug__GameRecorderPath: ""
service:
main:
ports:
main:
protocol: UDP
port: 22023
targetPort: 22023
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
enabled: false
# -- Redainess probe configuration
# @default -- See below
readiness:
enabled: false
# -- Startup probe configuration
# @default -- See below
startup:
enabled: false