Files
truecharts/charts/stable/xonotic/values.yaml
T
2026-02-14 22:35:03 +01:00

39 lines
859 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: ghcr.io/ich777/xonotic
tag: latest@sha256:55c1f415c7a16e7379ca4c1131e53c5334f6e7d1bd6d829d5406cad26c5c777b
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 26000
protocol: udp
targetPort: 26000
workload:
main:
podSpec:
containers:
main:
env:
BASIC_URL: https://dl.xonotic.org/
GAME_PARAMS: ""
GAME_VERSION: 0.8.2
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false