@@ -68,10 +68,10 @@ manifest should match snapshot using podAnnotations and Labels:
68
68
resources :
69
69
limits :
70
70
cpu : 200m
71
- memory : 128 Mi
71
+ memory : 32 Mi
72
72
requests :
73
73
cpu : 50m
74
- memory : 32 Mi
74
+ memory : 16 Mi
75
75
securityContext :
76
76
allowPrivilegeEscalation : false
77
77
capabilities :
@@ -156,10 +156,10 @@ manifest should match snapshot with TLS:
156
156
resources :
157
157
limits :
158
158
cpu : 200m
159
- memory : 128 Mi
159
+ memory : 32 Mi
160
160
requests :
161
161
cpu : 50m
162
- memory : 32 Mi
162
+ memory : 16 Mi
163
163
securityContext :
164
164
allowPrivilegeEscalation : false
165
165
capabilities :
@@ -254,10 +254,10 @@ manifest should match snapshot with extra env vars:
254
254
resources :
255
255
limits :
256
256
cpu : 200m
257
- memory : 128 Mi
257
+ memory : 32 Mi
258
258
requests :
259
259
cpu : 50m
260
- memory : 32 Mi
260
+ memory : 16 Mi
261
261
securityContext :
262
262
allowPrivilegeEscalation : false
263
263
capabilities :
@@ -340,10 +340,10 @@ manifest should match snapshot with extra labels:
340
340
resources :
341
341
limits :
342
342
cpu : 200m
343
- memory : 128 Mi
343
+ memory : 32 Mi
344
344
requests :
345
345
cpu : 50m
346
- memory : 32 Mi
346
+ memory : 16 Mi
347
347
securityContext :
348
348
allowPrivilegeEscalation : false
349
349
capabilities :
@@ -430,10 +430,10 @@ manifest should match snapshot with mutual TLS:
430
430
resources :
431
431
limits :
432
432
cpu : 200m
433
- memory : 128 Mi
433
+ memory : 32 Mi
434
434
requests :
435
435
cpu : 50m
436
- memory : 32 Mi
436
+ memory : 16 Mi
437
437
securityContext :
438
438
allowPrivilegeEscalation : false
439
439
capabilities :
@@ -534,10 +534,10 @@ manifest should match snapshot with mutual TLS using containerPaths:
534
534
resources :
535
535
limits :
536
536
cpu : 200m
537
- memory : 128 Mi
537
+ memory : 32 Mi
538
538
requests :
539
539
cpu : 50m
540
- memory : 32 Mi
540
+ memory : 16 Mi
541
541
securityContext :
542
542
allowPrivilegeEscalation : false
543
543
capabilities :
@@ -618,10 +618,10 @@ manifest should match snapshot with podSecurityContext:
618
618
resources :
619
619
limits :
620
620
cpu : 200m
621
- memory : 128 Mi
621
+ memory : 32 Mi
622
622
requests :
623
623
cpu : 50m
624
- memory : 32 Mi
624
+ memory : 16 Mi
625
625
securityContext :
626
626
allowPrivilegeEscalation : false
627
627
capabilities :
@@ -704,10 +704,10 @@ manifest should match snapshot with priority class:
704
704
resources :
705
705
limits :
706
706
cpu : 200m
707
- memory : 128 Mi
707
+ memory : 32 Mi
708
708
requests :
709
709
cpu : 50m
710
- memory : 32 Mi
710
+ memory : 16 Mi
711
711
securityContext :
712
712
allowPrivilegeEscalation : false
713
713
capabilities :
@@ -789,10 +789,10 @@ manifest should match snapshot without TLS:
789
789
resources :
790
790
limits :
791
791
cpu : 200m
792
- memory : 128 Mi
792
+ memory : 32 Mi
793
793
requests :
794
794
cpu : 50m
795
- memory : 32 Mi
795
+ memory : 16 Mi
796
796
securityContext :
797
797
allowPrivilegeEscalation : false
798
798
capabilities :
@@ -875,10 +875,10 @@ should add cluster name from global values:
875
875
resources :
876
876
limits :
877
877
cpu : 200m
878
- memory : 128 Mi
878
+ memory : 32 Mi
879
879
requests :
880
880
cpu : 50m
881
- memory : 32 Mi
881
+ memory : 16 Mi
882
882
securityContext :
883
883
allowPrivilegeEscalation : false
884
884
capabilities :
@@ -961,10 +961,10 @@ should add cluster name from local values:
961
961
resources :
962
962
limits :
963
963
cpu : 200m
964
- memory : 128 Mi
964
+ memory : 32 Mi
965
965
requests :
966
966
cpu : 50m
967
- memory : 32 Mi
967
+ memory : 16 Mi
968
968
securityContext :
969
969
allowPrivilegeEscalation : false
970
970
capabilities :
@@ -1047,10 +1047,10 @@ should enable location selection:
1047
1047
resources :
1048
1048
limits :
1049
1049
cpu : 200m
1050
- memory : 128 Mi
1050
+ memory : 32 Mi
1051
1051
requests :
1052
1052
cpu : 50m
1053
- memory : 32 Mi
1053
+ memory : 16 Mi
1054
1054
securityContext :
1055
1055
allowPrivilegeEscalation : false
1056
1056
capabilities :
0 commit comments