25 lines
372 B
YAML
25 lines
372 B
YAML
image:
|
|
repository: teamspeak
|
|
tag: 3.9.1
|
|
pullPolicy: Always
|
|
|
|
podAnnotations: {}
|
|
|
|
service:
|
|
type: NodePort
|
|
voicePort: 30987
|
|
filePort: 30033
|
|
|
|
nodeSelector:
|
|
teamspeak: "1"
|
|
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
persistence:
|
|
enabled: true
|
|
accessMode: ReadWriteOnce
|
|
annotations:
|
|
"helm.sh/resource-policy": keep
|
|
storageClass: do-block-storage
|
|
storageSize: 1Gi
|