Skip to content

Commit

Permalink
chore(helm): reduce default memory request to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Aug 11, 2023
1 parent e4e6c17 commit 5877c77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/steadybit-extension-istio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-istio
description: Steadybit Istio extension Helm chart for Kubernetes.
version: 1.0.14
version: 1.0.15
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ manifest should match snapshot using podAnnotations and Labels:
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
memory: 32Mi
securityContext:
readOnlyRootFilesystem: true
runAsGroup: 10000
Expand Down Expand Up @@ -105,7 +105,7 @@ manifest should match snapshot with TLS:
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
memory: 32Mi
securityContext:
readOnlyRootFilesystem: true
runAsGroup: 10000
Expand Down Expand Up @@ -174,7 +174,7 @@ manifest should match snapshot with extra env vars:
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
memory: 32Mi
securityContext:
readOnlyRootFilesystem: true
runAsGroup: 10000
Expand Down Expand Up @@ -230,7 +230,7 @@ manifest should match snapshot with extra labels:
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
memory: 32Mi
securityContext:
readOnlyRootFilesystem: true
runAsGroup: 10000
Expand Down Expand Up @@ -291,7 +291,7 @@ manifest should match snapshot with mutual TLS:
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
memory: 32Mi
securityContext:
readOnlyRootFilesystem: true
runAsGroup: 10000
Expand Down Expand Up @@ -366,7 +366,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
memory: 32Mi
securityContext:
readOnlyRootFilesystem: true
runAsGroup: 10000
Expand Down Expand Up @@ -421,7 +421,7 @@ manifest should match snapshot without TLS:
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
memory: 32Mi
securityContext:
readOnlyRootFilesystem: true
runAsGroup: 10000
Expand Down
2 changes: 1 addition & 1 deletion charts/steadybit-extension-istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ logging:
resources:
requests:
# resources.requests.memory -- The minimal amount of memory needed
memory: "64Mi"
memory: "32Mi"
# resources.requests.cpu -- The minimal amount of cpu shares needed
cpu: "50m"
limits:
Expand Down

0 comments on commit 5877c77

Please sign in to comment.