Skip to content

Commit 8da5a7c

Browse files
committed
chore(helm): reduce default memory request to 32
1 parent 176f009 commit 8da5a7c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

charts/steadybit-extension-http/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: steadybit-extension-http
33
description: Steadybit action implementation to check HTTP endpoints.
4-
version: 1.0.11
4+
version: 1.0.12
55
appVersion: latest
66
home: https://www.steadybit.com/
77
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png

charts/steadybit-extension-http/tests/__snapshot__/deployment_test.yaml.snap

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ manifest should match snapshot using podAnnotations and Labels:
4444
memory: 128Mi
4545
requests:
4646
cpu: 50m
47-
memory: 64Mi
47+
memory: 32Mi
4848
securityContext:
4949
readOnlyRootFilesystem: true
5050
runAsGroup: 10000
@@ -100,7 +100,7 @@ manifest should match snapshot with TLS:
100100
memory: 128Mi
101101
requests:
102102
cpu: 50m
103-
memory: 64Mi
103+
memory: 32Mi
104104
securityContext:
105105
readOnlyRootFilesystem: true
106106
runAsGroup: 10000
@@ -166,7 +166,7 @@ manifest should match snapshot with extra env vars:
166166
memory: 128Mi
167167
requests:
168168
cpu: 50m
169-
memory: 64Mi
169+
memory: 32Mi
170170
securityContext:
171171
readOnlyRootFilesystem: true
172172
runAsGroup: 10000
@@ -219,7 +219,7 @@ manifest should match snapshot with extra labels:
219219
memory: 128Mi
220220
requests:
221221
cpu: 50m
222-
memory: 64Mi
222+
memory: 32Mi
223223
securityContext:
224224
readOnlyRootFilesystem: true
225225
runAsGroup: 10000
@@ -277,7 +277,7 @@ manifest should match snapshot with mutual TLS:
277277
memory: 128Mi
278278
requests:
279279
cpu: 50m
280-
memory: 64Mi
280+
memory: 32Mi
281281
securityContext:
282282
readOnlyRootFilesystem: true
283283
runAsGroup: 10000
@@ -349,7 +349,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
349349
memory: 128Mi
350350
requests:
351351
cpu: 50m
352-
memory: 64Mi
352+
memory: 32Mi
353353
securityContext:
354354
readOnlyRootFilesystem: true
355355
runAsGroup: 10000
@@ -401,7 +401,7 @@ manifest should match snapshot without TLS:
401401
memory: 128Mi
402402
requests:
403403
cpu: 50m
404-
memory: 64Mi
404+
memory: 32Mi
405405
securityContext:
406406
readOnlyRootFilesystem: true
407407
runAsGroup: 10000

charts/steadybit-extension-http/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ logging:
3939
resources:
4040
requests:
4141
# resources.requests.memory -- The minimal amount of memory needed
42-
memory: "64Mi"
42+
memory: "32Mi"
4343
# resources.requests.cpu -- The minimal amount of cpu shares needed
4444
cpu: "50m"
4545
limits:

0 commit comments

Comments
 (0)