37 lines
839 B
YAML
37 lines
839 B
YAML
image:
|
|
repository: tccr.io/truecharts/impostor-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.7.2@sha256:0f2e87f2791b5971077e427fd5ae8ba965f3e471c9c28e25b5b6356e6193dddf
|
|
|
|
nightlyImage:
|
|
repository: tccr.io/truecharts/impostor-server-nightly
|
|
pullPolicy: IfNotPresent
|
|
tag: vnightly@sha256:33b4322ee540fa2b0cd1d991bbfac7a49910a7d66d53f316632b235ee426f401
|
|
|
|
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
|