Skip to content

Commit 018da81

Browse files
committed
test: fix chart snapshots
1 parent a96e059 commit 018da81

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ manifest should match snapshot using podAnnotations and Labels:
6060
resources:
6161
limits:
6262
cpu: 200m
63-
memory: 128Mi
63+
memory: 32Mi
6464
requests:
6565
cpu: 50m
66-
memory: 32Mi
66+
memory: 16Mi
6767
securityContext:
6868
allowPrivilegeEscalation: false
6969
capabilities:
@@ -140,10 +140,10 @@ manifest should match snapshot with TLS:
140140
resources:
141141
limits:
142142
cpu: 200m
143-
memory: 128Mi
143+
memory: 32Mi
144144
requests:
145145
cpu: 50m
146-
memory: 32Mi
146+
memory: 16Mi
147147
securityContext:
148148
allowPrivilegeEscalation: false
149149
capabilities:
@@ -230,10 +230,10 @@ manifest should match snapshot with extra env vars:
230230
resources:
231231
limits:
232232
cpu: 200m
233-
memory: 128Mi
233+
memory: 32Mi
234234
requests:
235235
cpu: 50m
236-
memory: 32Mi
236+
memory: 16Mi
237237
securityContext:
238238
allowPrivilegeEscalation: false
239239
capabilities:
@@ -308,10 +308,10 @@ manifest should match snapshot with extra labels:
308308
resources:
309309
limits:
310310
cpu: 200m
311-
memory: 128Mi
311+
memory: 32Mi
312312
requests:
313313
cpu: 50m
314-
memory: 32Mi
314+
memory: 16Mi
315315
securityContext:
316316
allowPrivilegeEscalation: false
317317
capabilities:
@@ -390,10 +390,10 @@ manifest should match snapshot with mutual TLS:
390390
resources:
391391
limits:
392392
cpu: 200m
393-
memory: 128Mi
393+
memory: 32Mi
394394
requests:
395395
cpu: 50m
396-
memory: 32Mi
396+
memory: 16Mi
397397
securityContext:
398398
allowPrivilegeEscalation: false
399399
capabilities:
@@ -486,10 +486,10 @@ manifest should match snapshot with mutual TLS using containerPaths:
486486
resources:
487487
limits:
488488
cpu: 200m
489-
memory: 128Mi
489+
memory: 32Mi
490490
requests:
491491
cpu: 50m
492-
memory: 32Mi
492+
memory: 16Mi
493493
securityContext:
494494
allowPrivilegeEscalation: false
495495
capabilities:
@@ -562,10 +562,10 @@ manifest should match snapshot with podSecurityContext:
562562
resources:
563563
limits:
564564
cpu: 200m
565-
memory: 128Mi
565+
memory: 32Mi
566566
requests:
567567
cpu: 50m
568-
memory: 32Mi
568+
memory: 16Mi
569569
securityContext:
570570
allowPrivilegeEscalation: false
571571
capabilities:
@@ -640,10 +640,10 @@ manifest should match snapshot with priority class:
640640
resources:
641641
limits:
642642
cpu: 200m
643-
memory: 128Mi
643+
memory: 32Mi
644644
requests:
645645
cpu: 50m
646-
memory: 32Mi
646+
memory: 16Mi
647647
securityContext:
648648
allowPrivilegeEscalation: false
649649
capabilities:
@@ -717,10 +717,10 @@ manifest should match snapshot without TLS:
717717
resources:
718718
limits:
719719
cpu: 200m
720-
memory: 128Mi
720+
memory: 32Mi
721721
requests:
722722
cpu: 50m
723-
memory: 32Mi
723+
memory: 16Mi
724724
securityContext:
725725
allowPrivilegeEscalation: false
726726
capabilities:

0 commit comments

Comments
 (0)