Skip to content

Commit 016d899

Browse files
committed
Allocate more resources on ExternalDNS jobs
1 parent 7ff264e commit 016d899

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes-sigs/external-dns/external-dns-presubmits.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ presubmits:
4242
- test
4343
resources:
4444
limits:
45-
cpu: 1
46-
memory: 4Gi
45+
cpu: 4
46+
memory: 8Gi
4747
requests:
48-
cpu: 1
49-
memory: 4Gi
48+
cpu: 4
49+
memory: 8Gi
5050
annotations:
5151
testgrid-dashboards: sig-network-external-dns
5252
testgrid-tab-name: unit test

0 commit comments

Comments
 (0)