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