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 f3eb91a commit a96e059
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-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-prometheus
description: Steadybit Prometheus extension Helm chart for Kubernetes.
version: 1.5.8
version: 1.5.9
appVersion: v2.1.2
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-prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,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 a96e059

Please sign in to comment.