Files
truecharts/charts/incubator/quake3/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

39 lines
922 B
YAML

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"
UMASK: "000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/quake3
tag: latest@sha256:25fcfa4cd1ecf9e87b27b8870b9e58aae879a66795c58049d0cd6643859ac483
persistence:
serverfiles:
enabled: true
mountPath: /quake3
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 27960
protocol: UDP
targetPort: 27960
portal:
enabled: true