mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-15 06:11:20 +00:00
[mintnet-kubernetes] increase tm memory limit
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user