mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
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:
parent
2fdd71dce5
commit
4f4d5330a5
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,9 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: proxy-canary
|
- name: proxy-canary
|
||||||
image: gcr.io/GCP_PROJECT/proxy
|
image: gcr.io/GCP_PROJECT/proxy
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "101m"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 30000
|
- containerPort: 30000
|
||||||
name: health-check
|
name: health-check
|
||||||
|
|
|
@ -18,6 +18,9 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: proxy
|
- name: proxy
|
||||||
image: gcr.io/GCP_PROJECT/proxy
|
image: gcr.io/GCP_PROJECT/proxy
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "101m"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 30000
|
- containerPort: 30000
|
||||||
name: health-check
|
name: health-check
|
||||||
|
|
Loading…
Add table
Reference in a new issue