Skip to content

Commit

Permalink
updated default resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Dec 28, 2021
1 parent 52c9f16 commit a205ae5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/polkadot-k8s-payouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ secret:
resources:
requests:
cpu: "10m"
memory: "50Mi"
cpu: "50m"
memory: "100Mi"
limits:
cpu: "150m"
memory: "150Mi"
cpu: "500m"
memory: "300Mi"

cronjob:
schedule: "0 12 */2 * *"
Expand Down

0 comments on commit a205ae5

Please sign in to comment.