Merge pull request #72243 from cezarygerard/patch-1

[GCP] Update scaler-deployment.yaml CPU_LIMITS
This commit is contained in:
Kubernetes Prow Robot 2019-01-05 05:08:15 -08:00 committed by GitHub
commit a938f8b25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,6 @@ spec:
- name: MEMORY_REQUEST
value: 200Mi
- name: CPU_LIMIT
value: 1000m
value: "1"
- name: MEMORY_LIMIT
value: 500Mi