Skip to content

Commit

Permalink
Add limits and requests for Wobbly
Browse files Browse the repository at this point in the history
Now that Wobbly has been running for a while in idfdev, add limits
and requests.
  • Loading branch information
rra committed Dec 16, 2024
1 parent 11538ff commit 42490c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion applications/wobbly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@ podAnnotations: {}

# -- Resource limits and requests for the wobbly deployment pod
# @default -- See `values.yaml`
resources: {}
resources:
limits:
cpu: "500m"
memory: "250Mi"
requests:
cpu: "100m"
memory: "150Mi"

# -- Tolerations for the wobbly deployment pod
tolerations: []
Expand Down

0 comments on commit 42490c7

Please sign in to comment.