Skip to content

Commit

Permalink
chore: revisit default memory request and limit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Nov 27, 2024
1 parent 6d4aee2 commit 86fa9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/steadybit-extension-http/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ probes:
resources:
requests:
# resources.requests.memory -- The minimal amount of memory needed
memory: "32Mi"
memory: "16Mi"
# resources.requests.cpu -- The minimal amount of cpu shares needed
cpu: "50m"
limits:
# resources.limits.memory -- The limit of memory to be used
memory: "128Mi"
memory: "32Mi"
# resources.limits.cpu -- The limit of cpu share to be used during its interval
cpu: "200m"

Expand Down

0 comments on commit 86fa9da

Please sign in to comment.