Skip to content

Commit

Permalink
add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gofman8 committed Feb 5, 2024
1 parent 0f6a81c commit 52e3acf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ spec:
value: "1"
args: ["docker/web/celery/flower/run.sh"]
name: flower
resources: {}
resources:
requests:
memory: "3Gi"
cpu: "200m"
- image: sovryn/rootstock-transaction-service
imagePullPolicy: Always
envFrom:
Expand Down

0 comments on commit 52e3acf

Please sign in to comment.