Skip to content

Commit

Permalink
Merge pull request #4003 from lsst-sqre/tickets/DM-48139
Browse files Browse the repository at this point in the history
DM-48139: Add limits and requests for Wobbly
  • Loading branch information
rra authored Dec 16, 2024
2 parents 5bde2bb + 42490c7 commit 4f74c27
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 4f74c27

Please sign in to comment.