Skip to content

Commit a938f8b

Browse files
authored
Merge pull request kubernetes#72243 from cezarygerard/patch-1
[GCP] Update scaler-deployment.yaml CPU_LIMITS
2 parents 3952900 + 1affe56 commit a938f8b

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
@@ -31,6 +31,6 @@ spec:
3131
- name: MEMORY_REQUEST
3232
value: 200Mi
3333
- name: CPU_LIMIT
34-
value: 1000m
34+
value: "1"
3535
- name: MEMORY_LIMIT
3636
value: 500Mi

0 commit comments

Comments
 (0)