mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 23:02:16 +00:00
[mintnet-kubernetes] increase tm memory limit
This commit is contained in:
parent
115b1505f7
commit
ed9dda0c17
@ -86,10 +86,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 46656
|
- containerPort: 46656
|
||||||
name: p2p
|
name: p2p
|
||||||
|
Loading…
x
Reference in New Issue
Block a user