Skip to content

Commit a96c5d6

Browse files
authored
Merge pull request #34419 from aramase/aramase/c/kms_cpu_4
bump to 4 cpu for kms jobs
2 parents 3e2b923 + be1b39e commit a96c5d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/jobs/kubernetes/sig-auth/sig-auth-encryption-at-rest.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ presubmits:
4040
- ./test/e2e/testing-manifests/auth/encrypt/run-e2e.sh
4141
resources:
4242
limits:
43-
cpu: 2
44-
memory: 4Gi
43+
cpu: 4
44+
memory: 12Gi
4545
requests:
46-
cpu: 2
47-
memory: 4Gi
46+
cpu: 4
47+
memory: 12Gi
4848

4949
periodics:
5050
- interval: 6h
@@ -81,8 +81,8 @@ periodics:
8181
- ./test/e2e/testing-manifests/auth/encrypt/run-e2e.sh
8282
resources:
8383
limits:
84-
cpu: 2
85-
memory: 4Gi
84+
cpu: 4
85+
memory: 12Gi
8686
requests:
87-
cpu: 2
88-
memory: 4Gi
87+
cpu: 4
88+
memory: 12Gi

0 commit comments

Comments
 (0)