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 a8dc92b commit 1042672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/steadybit-extension-aws/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-aws
description: Steadybit AWS extension Helm chart for Kubernetes.
version: 2.1.18
version: 2.1.19
appVersion: v2.3.4
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
4 changes: 2 additions & 2 deletions charts/steadybit-extension-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,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 1042672

Please sign in to comment.