Request 101m CPU in sandbox proxy (#813)

This is suggested as a mitigation to allow us to deploy to sandbox. The default
value is 100m.

See: https://b.corp.google.com/issues/167295064#comment36.
This commit is contained in:
Lai Jiang 2020-09-21 21:22:41 -04:00 committed by GitHub
parent 2a5d9c8ef5
commit e30c0f9a11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,9 @@ spec:
containers:
- name: proxy-canary
image: gcr.io/GCP_PROJECT/proxy
resources:
requests:
cpu: "101m"
ports:
- containerPort: 30000
name: health-check

View file

@ -18,6 +18,9 @@ spec:
containers:
- name: proxy
image: gcr.io/GCP_PROJECT/proxy
resources:
requests:
cpu: "101m"
ports:
- containerPort: 30000
name: health-check