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 2fdd71dce5
commit 4f4d5330a5
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