Files
truecharts/charts/stable/teamspeak3/values.yaml
T
Stavros KoisandGitHub cf1485a0b7 chore(apps): cleanup questions by removing hidden dicts (#1558)
* chore(apps): cleanup questions by removing hidden dicts

* persistence cleanup pt1

* persistence cleanup pt2

* persistence cleanup pt3

* persistence cleanup pt4

* persistence cleanup pt5

* remove gui for staticfiles for recipes

* make mountPath visible and read-only field

* make mountPath visible and read-only field

* bump patch

* remove trailing `/` on paths and fix freerad

* enable udev (scrutiny)

* also cleanup vCT

* move mountPath under advanced

* update mountPath label

* bump patch dep train
2021-12-18 20:25:00 +01:00

46 lines
805 B
YAML

image:
repository: tccr.io/truecharts/teamspeak
pullPolicy: IfNotPresent
tag: v3.13.6@sha256:24acbeffda16a22105e06d60286e1c93d148c8467177feaf760bbe1ef3b9654c
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# 9987 default voice
# 10011 server query
# 30033 file transport
service:
main:
ports:
main:
port: 10011
targetPort: 10011
voice:
enabled: true
ports:
voice:
enabled: true
port: 9987
targetPort: 9987
protocol: UDP
files:
enabled: true
ports:
files:
enabled: true
port: 30033
targetPort: 30033
env:
TS3SERVER_LICENSE: accept
persistence:
data:
enabled: true
mountPath: "/var/ts3server"