diff --git a/devops/gc/deploy/README.md b/devops/gc/deploy/README.md
index 345d87eeca76385c768228bed3b994d02dab36a8..fc55305b482b3bf55bb86c9ebb761bd50662b0fb 100644
--- a/devops/gc/deploy/README.md
+++ b/devops/gc/deploy/README.md
@@ -108,8 +108,8 @@ First you need to set variables in **values.yaml** file using any code editor. S
 
 | Name | Description | Type | Default |Required |
 |------|-------------|------|---------|---------|
-**data.requestsCpu** | amount of requests CPU | string | 0.1 | yes
-**data.requestsMemory** | amount of requests memory| string | 384M | yes
+**data.requestsCpu** | amount of requests CPU | string | 10m | yes
+**data.requestsMemory** | amount of requests memory| string | 550Mi | yes
 **data.limitsCpu** | CPU limit | string | 1 | yes
 **data.limitsMemory** | memory limit | string | 1G | yes
 **data.bootstrapImage** | name of the bootstrap image | string | - | yes
@@ -137,9 +137,9 @@ First you need to set variables in **values.yaml** file using any code editor. S
 
 | Name | Description | Type | Default |Required |
 |------|-------------|------|---------|---------|
-**istio.proxyCPU** | CPU request for Envoy sidecars | string | `50m` | yes
+**istio.proxyCPU** | CPU request for Envoy sidecars | string | `10m` | yes
 **istio.proxyCPULimit** | CPU limit for Envoy sidecars | string | `500m` | yes
-**istio.proxyMemory** | memory request for Envoy sidecars | string | `64Mi` | yes
+**istio.proxyMemory** | memory request for Envoy sidecars | string | `100Mi` | yes
 **istio.proxyMemoryLimit** | memory limit for Envoy sidecars | string | `512Mi` | yes
 **istio.bootstrapProxyCPU** | CPU request for Envoy sidecars | string | `10m` | yes
 **istio.bootstrapProxyCPULimit** | CPU limit for Envoy sidecars | string | `100m` | yes
diff --git a/devops/gc/deploy/values.yaml b/devops/gc/deploy/values.yaml
index 0c5ed8fb606fee58a06fe79bfcad1946e38fb451..9025e4c366ca380d1652b201bbec3f0ceb7ef1e1 100644
--- a/devops/gc/deploy/values.yaml
+++ b/devops/gc/deploy/values.yaml
@@ -12,8 +12,8 @@ data:
   defaultLegalTag: "default-data-tag"
   legalHost: "http://legal"
   # deployments
-  requestsCpu: "0.1"
-  requestsMemory: "384M"
+  requestsCpu: "10m"
+  requestsMemory: "550Mi"
   limitsCpu: "1"
   limitsMemory: "1G"
   bootstrapImage: ""
@@ -35,9 +35,9 @@ conf:
   domain: ""
 
 istio:
-  proxyCPU: "50m"
+  proxyCPU: "10m"
   proxyCPULimit: "500m"
-  proxyMemory: "64Mi"
+  proxyMemory: "100Mi"
   proxyMemoryLimit: "512Mi"
   bootstrapProxyCPU: "10m"
   bootstrapProxyCPULimit: "100m"