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

40 lines
1.0 KiB
YAML

image:
repository: docker.io/aeonlucid/impostor
pullPolicy: IfNotPresent
tag: v1.10.2@sha256:3d7908876104f83aac9ac2a9f02103599652fff14ef9a85cfe8e991e8316b767
nightlyImage:
repository: docker.io/aeonlucid/impostor
tag: nightly@sha256:6f60b11485b053ab0115bd1d17a8e652bc9e73dbab8242b8c4ebdd4587624fc8
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