Remove resource restrictions
This commit is contained in:
parent
ebb983b710
commit
4ff2567d44
5 changed files with 0 additions and 22 deletions
|
@ -46,5 +46,3 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
|
||||||
{{ toYaml .Values.resources | indent 12 }}
|
|
||||||
|
|
|
@ -40,8 +40,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 28015
|
- containerPort: 28015
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
|
||||||
{{ toYaml .Values.resources | indent 12 }}
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: rethinkdb-data
|
name: rethinkdb-data
|
||||||
|
|
|
@ -5,14 +5,6 @@ image:
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 250m
|
|
||||||
memory: 512Mi
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 256Mi
|
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
tolerations: []
|
tolerations: []
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
|
@ -46,8 +46,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9987
|
- containerPort: 9987
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
resources:
|
|
||||||
{{ toYaml .Values.resources | indent 12 }}
|
|
||||||
env:
|
env:
|
||||||
- name: TS3SERVER_LICENSE
|
- name: TS3SERVER_LICENSE
|
||||||
value: accept
|
value: accept
|
||||||
|
|
|
@ -10,14 +10,6 @@ service:
|
||||||
voicePort: 30987
|
voicePort: 30987
|
||||||
filePort: 30033
|
filePort: 30033
|
||||||
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 500m
|
|
||||||
memory: 512Mi
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 256Mi
|
|
||||||
|
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
teamspeak: "1"
|
teamspeak: "1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue