@@ -34,14 +34,24 @@ manifest should match snapshot using podAnnotations and Labels:
34
34
image : ghcr .io / steadybit / extension - scaffold :latest
35
35
imagePullPolicy : Always
36
36
livenessProbe :
37
+ failureThreshold : 5
37
38
httpGet :
38
39
path : / health / liveness
39
40
port : 8081
41
+ initialDelaySeconds : 10
42
+ periodSeconds : 10
43
+ successThreshold : 1
44
+ timeoutSeconds : 5
40
45
name : extension
41
46
readinessProbe :
47
+ failureThreshold : 3
42
48
httpGet :
43
49
path : / health / readiness
44
50
port : 8081
51
+ initialDelaySeconds : 10
52
+ periodSeconds : 10
53
+ successThreshold : 1
54
+ timeoutSeconds : 1
45
55
resources :
46
56
limits :
47
57
cpu : 200m
@@ -99,14 +109,24 @@ manifest should match snapshot with TLS:
99
109
image : ghcr .io / steadybit / extension - scaffold :latest
100
110
imagePullPolicy : Always
101
111
livenessProbe :
112
+ failureThreshold : 5
102
113
httpGet :
103
114
path : / health / liveness
104
115
port : 8081
116
+ initialDelaySeconds : 10
117
+ periodSeconds : 10
118
+ successThreshold : 1
119
+ timeoutSeconds : 5
105
120
name : extension
106
121
readinessProbe :
122
+ failureThreshold : 3
107
123
httpGet :
108
124
path : / health / readiness
109
125
port : 8081
126
+ initialDelaySeconds : 10
127
+ periodSeconds : 10
128
+ successThreshold : 1
129
+ timeoutSeconds : 1
110
130
resources :
111
131
limits :
112
132
cpu : 200m
@@ -174,14 +194,24 @@ manifest should match snapshot with extra env vars:
174
194
image : ghcr .io / steadybit / extension - scaffold :latest
175
195
imagePullPolicy : Always
176
196
livenessProbe :
197
+ failureThreshold : 5
177
198
httpGet :
178
199
path : / health / liveness
179
200
port : 8081
201
+ initialDelaySeconds : 10
202
+ periodSeconds : 10
203
+ successThreshold : 1
204
+ timeoutSeconds : 5
180
205
name : extension
181
206
readinessProbe :
207
+ failureThreshold : 3
182
208
httpGet :
183
209
path : / health / readiness
184
210
port : 8081
211
+ initialDelaySeconds : 10
212
+ periodSeconds : 10
213
+ successThreshold : 1
214
+ timeoutSeconds : 1
185
215
resources :
186
216
limits :
187
217
cpu : 200m
@@ -237,14 +267,24 @@ manifest should match snapshot with extra labels:
237
267
image : ghcr .io / steadybit / extension - scaffold :latest
238
268
imagePullPolicy : Always
239
269
livenessProbe :
270
+ failureThreshold : 5
240
271
httpGet :
241
272
path : / health / liveness
242
273
port : 8081
274
+ initialDelaySeconds : 10
275
+ periodSeconds : 10
276
+ successThreshold : 1
277
+ timeoutSeconds : 5
243
278
name : extension
244
279
readinessProbe :
280
+ failureThreshold : 3
245
281
httpGet :
246
282
path : / health / readiness
247
283
port : 8081
284
+ initialDelaySeconds : 10
285
+ periodSeconds : 10
286
+ successThreshold : 1
287
+ timeoutSeconds : 1
248
288
resources :
249
289
limits :
250
290
cpu : 200m
@@ -304,14 +344,24 @@ manifest should match snapshot with mutual TLS:
304
344
image : ghcr .io / steadybit / extension - scaffold :latest
305
345
imagePullPolicy : Always
306
346
livenessProbe :
347
+ failureThreshold : 5
307
348
httpGet :
308
349
path : / health / liveness
309
350
port : 8081
351
+ initialDelaySeconds : 10
352
+ periodSeconds : 10
353
+ successThreshold : 1
354
+ timeoutSeconds : 5
310
355
name : extension
311
356
readinessProbe :
357
+ failureThreshold : 3
312
358
httpGet :
313
359
path : / health / readiness
314
360
port : 8081
361
+ initialDelaySeconds : 10
362
+ periodSeconds : 10
363
+ successThreshold : 1
364
+ timeoutSeconds : 1
315
365
resources :
316
366
limits :
317
367
cpu : 200m
@@ -385,14 +435,24 @@ manifest should match snapshot with mutual TLS using containerPaths:
385
435
image : ghcr .io / steadybit / extension - scaffold :latest
386
436
imagePullPolicy : Always
387
437
livenessProbe :
438
+ failureThreshold : 5
388
439
httpGet :
389
440
path : / health / liveness
390
441
port : 8081
442
+ initialDelaySeconds : 10
443
+ periodSeconds : 10
444
+ successThreshold : 1
445
+ timeoutSeconds : 5
391
446
name : extension
392
447
readinessProbe :
448
+ failureThreshold : 3
393
449
httpGet :
394
450
path : / health / readiness
395
451
port : 8081
452
+ initialDelaySeconds : 10
453
+ periodSeconds : 10
454
+ successThreshold : 1
455
+ timeoutSeconds : 1
396
456
resources :
397
457
limits :
398
458
cpu : 200m
@@ -446,14 +506,24 @@ manifest should match snapshot with podSecurityContext:
446
506
image : ghcr .io / steadybit / extension - scaffold :latest
447
507
imagePullPolicy : Always
448
508
livenessProbe :
509
+ failureThreshold : 5
449
510
httpGet :
450
511
path : / health / liveness
451
512
port : 8081
513
+ initialDelaySeconds : 10
514
+ periodSeconds : 10
515
+ successThreshold : 1
516
+ timeoutSeconds : 5
452
517
name : extension
453
518
readinessProbe :
519
+ failureThreshold : 3
454
520
httpGet :
455
521
path : / health / readiness
456
522
port : 8081
523
+ initialDelaySeconds : 10
524
+ periodSeconds : 10
525
+ successThreshold : 1
526
+ timeoutSeconds : 1
457
527
resources :
458
528
limits :
459
529
cpu : 200m
@@ -509,14 +579,24 @@ manifest should match snapshot with priority class:
509
579
image : ghcr .io /steadybit /extension -scaffold :latest
510
580
imagePullPolicy : Always
511
581
livenessProbe :
582
+ failureThreshold : 5
512
583
httpGet :
513
584
path : /health /liveness
514
585
port : 8081
586
+ initialDelaySeconds : 10
587
+ periodSeconds : 10
588
+ successThreshold : 1
589
+ timeoutSeconds : 5
515
590
name : extension
516
591
readinessProbe :
592
+ failureThreshold : 3
517
593
httpGet :
518
594
path : /health /readiness
519
595
port : 8081
596
+ initialDelaySeconds : 10
597
+ periodSeconds : 10
598
+ successThreshold : 1
599
+ timeoutSeconds : 1
520
600
resources :
521
601
limits :
522
602
cpu : 200m
@@ -571,14 +651,24 @@ manifest should match snapshot without TLS:
571
651
image : ghcr .io /steadybit /extension -scaffold :latest
572
652
imagePullPolicy : Always
573
653
livenessProbe :
654
+ failureThreshold : 5
574
655
httpGet :
575
656
path : /health /liveness
576
657
port : 8081
658
+ initialDelaySeconds : 10
659
+ periodSeconds : 10
660
+ successThreshold : 1
661
+ timeoutSeconds : 5
577
662
name : extension
578
663
readinessProbe :
664
+ failureThreshold : 3
579
665
httpGet :
580
666
path : /health /readiness
581
667
port : 8081
668
+ initialDelaySeconds : 10
669
+ periodSeconds : 10
670
+ successThreshold : 1
671
+ timeoutSeconds : 1
582
672
resources :
583
673
limits :
584
674
cpu : 200m
0 commit comments