@@ -60,10 +60,10 @@ manifest should match snapshot using podAnnotations and Labels:
60
60
resources :
61
61
limits :
62
62
cpu : 200m
63
- memory : 128 Mi
63
+ memory : 32 Mi
64
64
requests :
65
65
cpu : 50m
66
- memory : 32 Mi
66
+ memory : 16 Mi
67
67
securityContext :
68
68
allowPrivilegeEscalation : false
69
69
capabilities :
@@ -140,10 +140,10 @@ manifest should match snapshot with TLS:
140
140
resources :
141
141
limits :
142
142
cpu : 200m
143
- memory : 128 Mi
143
+ memory : 32 Mi
144
144
requests :
145
145
cpu : 50m
146
- memory : 32 Mi
146
+ memory : 16 Mi
147
147
securityContext :
148
148
allowPrivilegeEscalation : false
149
149
capabilities :
@@ -230,10 +230,10 @@ manifest should match snapshot with extra env vars:
230
230
resources :
231
231
limits :
232
232
cpu : 200m
233
- memory : 128 Mi
233
+ memory : 32 Mi
234
234
requests :
235
235
cpu : 50m
236
- memory : 32 Mi
236
+ memory : 16 Mi
237
237
securityContext :
238
238
allowPrivilegeEscalation : false
239
239
capabilities :
@@ -308,10 +308,10 @@ manifest should match snapshot with extra labels:
308
308
resources :
309
309
limits :
310
310
cpu : 200m
311
- memory : 128 Mi
311
+ memory : 32 Mi
312
312
requests :
313
313
cpu : 50m
314
- memory : 32 Mi
314
+ memory : 16 Mi
315
315
securityContext :
316
316
allowPrivilegeEscalation : false
317
317
capabilities :
@@ -390,10 +390,10 @@ manifest should match snapshot with mutual TLS:
390
390
resources :
391
391
limits :
392
392
cpu : 200m
393
- memory : 128 Mi
393
+ memory : 32 Mi
394
394
requests :
395
395
cpu : 50m
396
- memory : 32 Mi
396
+ memory : 16 Mi
397
397
securityContext :
398
398
allowPrivilegeEscalation : false
399
399
capabilities :
@@ -486,10 +486,10 @@ manifest should match snapshot with mutual TLS using containerPaths:
486
486
resources :
487
487
limits :
488
488
cpu : 200m
489
- memory : 128 Mi
489
+ memory : 32 Mi
490
490
requests :
491
491
cpu : 50m
492
- memory : 32 Mi
492
+ memory : 16 Mi
493
493
securityContext :
494
494
allowPrivilegeEscalation : false
495
495
capabilities :
@@ -562,10 +562,10 @@ manifest should match snapshot with podSecurityContext:
562
562
resources :
563
563
limits :
564
564
cpu : 200m
565
- memory : 128 Mi
565
+ memory : 32 Mi
566
566
requests :
567
567
cpu : 50m
568
- memory : 32 Mi
568
+ memory : 16 Mi
569
569
securityContext :
570
570
allowPrivilegeEscalation : false
571
571
capabilities :
@@ -640,10 +640,10 @@ manifest should match snapshot with priority class:
640
640
resources :
641
641
limits :
642
642
cpu : 200m
643
- memory : 128 Mi
643
+ memory : 32 Mi
644
644
requests :
645
645
cpu : 50m
646
- memory : 32 Mi
646
+ memory : 16 Mi
647
647
securityContext :
648
648
allowPrivilegeEscalation : false
649
649
capabilities :
@@ -717,10 +717,10 @@ manifest should match snapshot without TLS:
717
717
resources :
718
718
limits :
719
719
cpu : 200m
720
- memory : 128 Mi
720
+ memory : 32 Mi
721
721
requests :
722
722
cpu : 50m
723
- memory : 32 Mi
723
+ memory : 16 Mi
724
724
securityContext :
725
725
allowPrivilegeEscalation : false
726
726
capabilities :
0 commit comments