Add teamspeak

This commit is contained in:
Aram 🍐 2019-10-26 15:19:07 -04:00
parent 7ab135e0be
commit 245468e34b
7 changed files with 171 additions and 0 deletions

View file

@ -0,0 +1,30 @@
image:
repository: teamspeak
tag: 3.9.1
pullPolicy: Always
podAnnotations: {}
service:
type: LoadBalancer
nodePort: 30987
resources:
limits:
cpu: 250m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
nodeSelector: {}
tolerations: []
affinity: {}
persistence:
enabled: true
accessMode: ReadWriteOnce
annotations:
"helm.sh/resource-policy": keep
storageClass: do-block-storage
storageSize: 1Gi