mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user