Skip to content

Commit d1204ea

Browse files
authored
Merge pull request #33452 from ivanvc/adjust-etcd-govulncheck-presubmit-job-ram
etcd: adjust govulncheck memory limits
2 parents 3b3ca74 + fa2b224 commit d1204ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/etcd/etcd-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ presubmits:
170170
resources:
171171
requests:
172172
cpu: "4"
173-
memory: "1Gi"
173+
memory: "4Gi"
174174
limits:
175175
cpu: "4"
176-
memory: "1Gi"
176+
memory: "4Gi"
177177

178178
- name: pull-etcd-e2e-amd64
179179
cluster: eks-prow-build-cluster

0 commit comments

Comments
 (0)