39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/impostor-server
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 1.7.3@sha256:db386022d771e9ac6cd352059991b166e5320d6b9592012fadc0fe2910220fa4
|
||
|
nightlyImage:
|
||
|
repository: tccr.io/truecharts/impostor-server-nightly
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: vnightly@sha256:5461c18a01751038e3c760713e5ed75d5ec12291e373a695df3835db46e2e79b
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
protocol: udp
|
||
|
port: 22023
|
||
|
targetPort: 22023
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
enabled: false
|
||
|
readiness:
|
||
|
enabled: false
|
||
|
startup:
|
||
|
enabled: false
|
||
|
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: ""
|