53 lines
990 B
YAML
53 lines
990 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: teamspeak
|
|
tag: 3.13.7@sha256:dfb97f8b535d70d22190eaa1b563306bf308bf2acac91928559e6a97e29add09
|
|
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
|
|
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
|