Merge pull request #120504 from andrewsykim/fix-scheduler-tests

reduce CPU requests for fluentd-gcp to fix failing tests
This commit is contained in:
Kubernetes Prow Robot 2023-09-07 17:27:56 -07:00 committed by GitHub
commit fba0802836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ spec:
env:
# Defaults, used if no overrides are found in fluentd-gcp-scaling-policy
- name: CPU_REQUEST
value: 100m
value: 10m
- name: MEMORY_REQUEST
value: 200Mi
- name: CPU_LIMIT