Skip to content

Commit 181f86b

Browse files
committed
test: fix chart snapshots
1 parent 12f78cd commit 181f86b

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

+24-24
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ manifest should match snapshot using podAnnotations and Labels:
6868
resources:
6969
limits:
7070
cpu: 200m
71-
memory: 128Mi
71+
memory: 32Mi
7272
requests:
7373
cpu: 50m
74-
memory: 32Mi
74+
memory: 16Mi
7575
securityContext:
7676
allowPrivilegeEscalation: false
7777
capabilities:
@@ -156,10 +156,10 @@ manifest should match snapshot with TLS:
156156
resources:
157157
limits:
158158
cpu: 200m
159-
memory: 128Mi
159+
memory: 32Mi
160160
requests:
161161
cpu: 50m
162-
memory: 32Mi
162+
memory: 16Mi
163163
securityContext:
164164
allowPrivilegeEscalation: false
165165
capabilities:
@@ -254,10 +254,10 @@ manifest should match snapshot with extra env vars:
254254
resources:
255255
limits:
256256
cpu: 200m
257-
memory: 128Mi
257+
memory: 32Mi
258258
requests:
259259
cpu: 50m
260-
memory: 32Mi
260+
memory: 16Mi
261261
securityContext:
262262
allowPrivilegeEscalation: false
263263
capabilities:
@@ -340,10 +340,10 @@ manifest should match snapshot with extra labels:
340340
resources:
341341
limits:
342342
cpu: 200m
343-
memory: 128Mi
343+
memory: 32Mi
344344
requests:
345345
cpu: 50m
346-
memory: 32Mi
346+
memory: 16Mi
347347
securityContext:
348348
allowPrivilegeEscalation: false
349349
capabilities:
@@ -430,10 +430,10 @@ manifest should match snapshot with mutual TLS:
430430
resources:
431431
limits:
432432
cpu: 200m
433-
memory: 128Mi
433+
memory: 32Mi
434434
requests:
435435
cpu: 50m
436-
memory: 32Mi
436+
memory: 16Mi
437437
securityContext:
438438
allowPrivilegeEscalation: false
439439
capabilities:
@@ -534,10 +534,10 @@ manifest should match snapshot with mutual TLS using containerPaths:
534534
resources:
535535
limits:
536536
cpu: 200m
537-
memory: 128Mi
537+
memory: 32Mi
538538
requests:
539539
cpu: 50m
540-
memory: 32Mi
540+
memory: 16Mi
541541
securityContext:
542542
allowPrivilegeEscalation: false
543543
capabilities:
@@ -618,10 +618,10 @@ manifest should match snapshot with podSecurityContext:
618618
resources:
619619
limits:
620620
cpu: 200m
621-
memory: 128Mi
621+
memory: 32Mi
622622
requests:
623623
cpu: 50m
624-
memory: 32Mi
624+
memory: 16Mi
625625
securityContext:
626626
allowPrivilegeEscalation: false
627627
capabilities:
@@ -704,10 +704,10 @@ manifest should match snapshot with priority class:
704704
resources:
705705
limits:
706706
cpu: 200m
707-
memory: 128Mi
707+
memory: 32Mi
708708
requests:
709709
cpu: 50m
710-
memory: 32Mi
710+
memory: 16Mi
711711
securityContext:
712712
allowPrivilegeEscalation: false
713713
capabilities:
@@ -789,10 +789,10 @@ manifest should match snapshot without TLS:
789789
resources:
790790
limits:
791791
cpu: 200m
792-
memory: 128Mi
792+
memory: 32Mi
793793
requests:
794794
cpu: 50m
795-
memory: 32Mi
795+
memory: 16Mi
796796
securityContext:
797797
allowPrivilegeEscalation: false
798798
capabilities:
@@ -875,10 +875,10 @@ should add cluster name from global values:
875875
resources:
876876
limits:
877877
cpu: 200m
878-
memory: 128Mi
878+
memory: 32Mi
879879
requests:
880880
cpu: 50m
881-
memory: 32Mi
881+
memory: 16Mi
882882
securityContext:
883883
allowPrivilegeEscalation: false
884884
capabilities:
@@ -961,10 +961,10 @@ should add cluster name from local values:
961961
resources:
962962
limits:
963963
cpu: 200m
964-
memory: 128Mi
964+
memory: 32Mi
965965
requests:
966966
cpu: 50m
967-
memory: 32Mi
967+
memory: 16Mi
968968
securityContext:
969969
allowPrivilegeEscalation: false
970970
capabilities:
@@ -1047,10 +1047,10 @@ should enable location selection:
10471047
resources:
10481048
limits:
10491049
cpu: 200m
1050-
memory: 128Mi
1050+
memory: 32Mi
10511051
requests:
10521052
cpu: 50m
1053-
memory: 32Mi
1053+
memory: 16Mi
10541054
securityContext:
10551055
allowPrivilegeEscalation: false
10561056
capabilities:

0 commit comments

Comments
 (0)