34 lines
815 B
YAML
34 lines
815 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:84ff3191df60fc17bfcd0e5c903eb7545ce0e5402a7cc7b019cf1614d97687bd
|
|
|
|
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
|