* 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>
37 lines
840 B
YAML
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:31aa82e9f3fd54251fc200a14fdd9ab62478ae3abe9a051d5b34c9ef93fe029a
|
|
|
|
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
|