Skip to content

Commit

Permalink
chore: upgrade resources
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed May 17, 2024
1 parent c7ed25e commit 10f8b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/validator/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ spec:
args: ["pip install flask requests; flask --app=app run -h 0.0.0.0"]
resources:
requests:
cpu: 50m
cpu: 200m
memory: 64Mi
limits:
cpu: 100m
cpu: 500m
memory: 128Mi
ports:
- containerPort: 5000
Expand Down

0 comments on commit 10f8b6c

Please sign in to comment.