Browse Source

[mintnet-kubernetes] increase tm memory limit

pull/1943/head
Anton Kaliaev 8 years ago
parent
commit
ed9dda0c17
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mintnet-kubernetes/app.template.yaml

+ 2
- 2
mintnet-kubernetes/app.template.yaml View File

@ -86,10 +86,10 @@ spec:
resources:
requests:
cpu: 50m
memory: 64Mi
memory: 128Mi
limits:
cpu: 100m
memory: 128Mi
memory: 256Mi
ports:
- containerPort: 46656
name: p2p


Loading…
Cancel
Save