Remove resource restrictions

This commit is contained in:
Aram 🍐 2019-10-27 15:28:58 -04:00
parent ebb983b710
commit 4ff2567d44
5 changed files with 0 additions and 22 deletions

View file

@ -46,8 +46,6 @@ spec:
ports:
- containerPort: 9987
protocol: UDP
resources:
{{ toYaml .Values.resources | indent 12 }}
env:
- name: TS3SERVER_LICENSE
value: accept

View file

@ -10,14 +10,6 @@ service:
voicePort: 30987
filePort: 30033
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
nodeSelector:
teamspeak: "1"