File tree 3 files changed +9
-9
lines changed
charts/steadybit-extension-http
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : steadybit-extension-http
3
3
description : Steadybit action implementation to check HTTP endpoints.
4
- version : 1.0.11
4
+ version : 1.0.12
5
5
appVersion : latest
6
6
home : https://www.steadybit.com/
7
7
icon : https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ manifest should match snapshot using podAnnotations and Labels:
44
44
memory : 128Mi
45
45
requests :
46
46
cpu : 50m
47
- memory : 64 Mi
47
+ memory : 32 Mi
48
48
securityContext :
49
49
readOnlyRootFilesystem : true
50
50
runAsGroup : 10000
@@ -100,7 +100,7 @@ manifest should match snapshot with TLS:
100
100
memory : 128Mi
101
101
requests :
102
102
cpu : 50m
103
- memory : 64 Mi
103
+ memory : 32 Mi
104
104
securityContext :
105
105
readOnlyRootFilesystem : true
106
106
runAsGroup : 10000
@@ -166,7 +166,7 @@ manifest should match snapshot with extra env vars:
166
166
memory : 128Mi
167
167
requests :
168
168
cpu : 50m
169
- memory : 64 Mi
169
+ memory : 32 Mi
170
170
securityContext :
171
171
readOnlyRootFilesystem : true
172
172
runAsGroup : 10000
@@ -219,7 +219,7 @@ manifest should match snapshot with extra labels:
219
219
memory : 128Mi
220
220
requests :
221
221
cpu : 50m
222
- memory : 64 Mi
222
+ memory : 32 Mi
223
223
securityContext :
224
224
readOnlyRootFilesystem : true
225
225
runAsGroup : 10000
@@ -277,7 +277,7 @@ manifest should match snapshot with mutual TLS:
277
277
memory : 128Mi
278
278
requests :
279
279
cpu : 50m
280
- memory : 64 Mi
280
+ memory : 32 Mi
281
281
securityContext :
282
282
readOnlyRootFilesystem : true
283
283
runAsGroup : 10000
@@ -349,7 +349,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
349
349
memory : 128Mi
350
350
requests :
351
351
cpu : 50m
352
- memory : 64 Mi
352
+ memory : 32 Mi
353
353
securityContext :
354
354
readOnlyRootFilesystem : true
355
355
runAsGroup : 10000
@@ -401,7 +401,7 @@ manifest should match snapshot without TLS:
401
401
memory : 128Mi
402
402
requests :
403
403
cpu : 50m
404
- memory : 64 Mi
404
+ memory : 32 Mi
405
405
securityContext :
406
406
readOnlyRootFilesystem : true
407
407
runAsGroup : 10000
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ logging:
39
39
resources :
40
40
requests :
41
41
# resources.requests.memory -- The minimal amount of memory needed
42
- memory : " 64Mi "
42
+ memory : " 32Mi "
43
43
# resources.requests.cpu -- The minimal amount of cpu shares needed
44
44
cpu : " 50m"
45
45
limits :
You can’t perform that action at this time.
0 commit comments