Files
2026-02-14 22:35:03 +01:00

41 lines
1.1 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: ghcr.io/ich777/quake3
tag: latest@sha256:921d9f076b2f8e7f2eea0b947ddc7949013480b8f0a088b1333dc5603d2f28a3
persistence:
serverfiles:
enabled: true
mountPath: /quake3
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 27960
protocol: udp
targetPort: 27960
workload:
main:
podSpec:
containers:
main:
env:
DL_URL_PATCH: https://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/quake3-1.32c.zip
DL_URL_PR: https://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run
GAME_PARAMS: +set sv_punkbuster 0 +set fs_game osp +set com_hunkMegs 32
Q3_MAP: q3dm1
Q3_PORT: "27960"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false