Increase limit
This commit is contained in:
parent
1543b52758
commit
4111756ef4
1 changed files with 2 additions and 2 deletions
|
@ -67,11 +67,11 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
hugepages-2Mi: 1Gi
|
hugepages-2Mi: 2Gi
|
||||||
memory: 2048Mi
|
memory: 2048Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
hugepages-2Mi: 1Gi
|
hugepages-2Mi: 2Gi
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
|
Loading…
Add table
Reference in a new issue