Add teamspeak
This commit is contained in:
parent
7ab135e0be
commit
245468e34b
7 changed files with 171 additions and 0 deletions
30
teamspeak/chart/teamspeak/values.yaml
Normal file
30
teamspeak/chart/teamspeak/values.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue