TrueChartsClone/charts/incubator/urban-terror/values.yaml

35 lines
674 B
YAML
Raw Normal View History

env:
CHECK_FOR_UPDATES: "true"
START_PARAMS: ""
UMASK: "000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/urban-terror
tag: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
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:
enabled: true
ports:
main:
enabled: true
port: 27960
protocol: UDP
targetPort: 27960