Files
truecharts/charts/stable/impostor-server/values.yaml
T
TrueCharts BotandGitHub e44eb9524b chore(deps): update docker general non-major (#3552)
* 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-08-24 08:37:37 +03:00

37 lines
840 B
YAML

image:
repository: tccr.io/truecharts/impostor-server
pullPolicy: IfNotPresent
tag: v1.7.1@sha256:6958d1db56c544f612157334a0a6b9aa4c13edc8a5df5b154ae4918608da4035
nightlyImage:
repository: tccr.io/truecharts/impostor-server-nightly
pullPolicy: IfNotPresent
tag: vnightly@sha256:b4d0e81933e35356d7b707ea7b83e21ca8e0fed36dfeaddc15ed1931ed20e43a
env:
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:
enabled: false
readiness:
enabled: false
startup:
enabled: false
portal:
enabled: true