36 lines
659 B
YAML
36 lines
659 B
YAML
|
env:
|
||
|
CHECK_FOR_UPDATES: "true"
|
||
|
START_PARAMS: ""
|
||
|
UMASK: "000"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/urban-terror
|
||
|
tag: latest@sha256:d60c9de2ef6c9a549bd01540efd56b4c889f5e713c1685205624e5e19887cdc5
|
||
|
persistence:
|
||
|
datadir:
|
||
|
enabled: true
|
||
|
mountPath: /urbanterror
|
||
|
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
|