Skip to content

Commit fba0802

Browse files
authored
Merge pull request kubernetes#120504 from andrewsykim/fix-scheduler-tests
reduce CPU requests for fluentd-gcp to fix failing tests
2 parents b685f52 + 6c973f0 commit fba0802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/fluentd-gcp/scaler-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
env:
2828
# Defaults, used if no overrides are found in fluentd-gcp-scaling-policy
2929
- name: CPU_REQUEST
30-
value: 100m
30+
value: 10m
3131
- name: MEMORY_REQUEST
3232
value: 200Mi
3333
- name: CPU_LIMIT

0 commit comments

Comments
 (0)