60 lines
1.1 KiB
YAML
60 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: teamspeak
|
|
tag: 3.13.7@sha256:b5bdec55bc87b992c5658e739f3ce465644efa6d997633110b12be3dc3a10796
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /var/ts3server
|
|
config:
|
|
enabled: true
|
|
mountPath: /var/run/ts3server
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
service:
|
|
files:
|
|
enabled: true
|
|
ports:
|
|
files:
|
|
enabled: true
|
|
port: 30033
|
|
targetPort: 30033
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10011
|
|
targetPort: 10011
|
|
query:
|
|
enabled: true
|
|
ports:
|
|
query:
|
|
enabled: true
|
|
port: 10022
|
|
targetPort: 10022
|
|
voice:
|
|
enabled: true
|
|
ports:
|
|
voice:
|
|
enabled: true
|
|
port: 9987
|
|
protocol: udp
|
|
targetPort: 9987
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
TS3SERVER_LICENSE: accept
|