1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Revert "Request 101m CPU in sandbox proxy (#813)" (#818)

This reverts commit e30c0f9a11.

The proposed solution didn't work.
This commit is contained in:
Lai Jiang
2020-09-25 11:55:46 -04:00
committed by GitHub
parent 29b1ec4211
commit ad5a74fee9
2 changed files with 0 additions and 6 deletions

View File

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

View File

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