# yaml-language-server: $schema=./values.schema.json image: repository: docker.io/aeonlucid/impostor pullPolicy: IfNotPresent tag: v1.10.6@sha256:6014c28057a6f914af17ec95e7f00d86bd43a3865424f1d8386319756dcb588c nightlyImage: repository: docker.io/aeonlucid/impostor tag: nightly@sha256:1578f3e323b735ee3f4b12aa7a478d46e8775843b3530fe461b9bdf0bcf92dbe pullPolicy: IfNotPresent service: main: ports: main: protocol: udp port: 22023 targetPort: 22023 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