Files
truecharts/charts/stable/impostor-server/values.yaml
T

40 lines
1.0 KiB
YAML

image:
repository: aeonlucid/impostor
pullPolicy: IfNotPresent
tag: v1.9.3@sha256:12a5e5a1153c1a649ea7d2d9dbdcf4c840f0a5149469404898bc1e58a5de5680
nightlyImage:
repository: aeonlucid/impostor
tag: nightly@sha256:eb3c365fd97c818f3f58dec701b0405f01613030a371c058170646d004b78e41
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: udp
port: 22023
targetPort: 22023
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
imageSelector: image
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: ""
updated: true