Skip to content

Commit 811299b

Browse files
authored
Merge pull request #29923 from dgrisonnet/prometheus-adapter-resources
Add more resources to prometheus-adapter
2 parents aa7f8d7 + 9ca9dc4 commit 811299b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

config/jobs/kubernetes-sigs/prometheus-adapter/prometheus-adapter-presubmits.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ presubmits:
1414
- verify
1515
resources:
1616
limits:
17-
cpu: 1
18-
memory: 4Gi
17+
cpu: "6000m"
18+
memory: "6Gi"
1919
requests:
20-
cpu: 1
21-
memory: 4Gi
20+
cpu: "6000m"
21+
memory: "6Gi"
2222
annotations:
2323
testgrid-dashboards: sig-instrumentation-prometheus-adapter
2424
testgrid-tab-name: pr-verify
@@ -36,11 +36,11 @@ presubmits:
3636
- test
3737
resources:
3838
limits:
39-
cpu: 1
40-
memory: 4Gi
39+
cpu: "6000m"
40+
memory: "6Gi"
4141
requests:
42-
cpu: 1
43-
memory: 4Gi
42+
cpu: "6000m"
43+
memory: "6Gi"
4444
annotations:
4545
testgrid-dashboards: sig-instrumentation-prometheus-adapter
4646
testgrid-tab-name: pr-test
@@ -71,11 +71,11 @@ presubmits:
7171
privileged: true
7272
resources:
7373
limits:
74-
cpu: 1
75-
memory: 4Gi
74+
cpu: "6000m"
75+
memory: "6Gi"
7676
requests:
77-
cpu: 1
78-
memory: 4Gi
77+
cpu: "6000m"
78+
memory: "6Gi"
7979
annotations:
8080
testgrid-dashboards: sig-instrumentation-prometheus-adapter
8181
testgrid-tab-name: pr-test-e2e

0 commit comments

Comments
 (0)