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:9d10572b9c73e17e7e02887c8e5cb168748e48f0d21763ac112bf487359832f5
|
|
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
|