diff --git a/devops/gc/deploy/README.md b/devops/gc/deploy/README.md
index 7d047e164c8ff328516deab7307ab699a8829592..17d79036d4cee7fea38c582b35d54525f4005130 100644
--- a/devops/gc/deploy/README.md
+++ b/devops/gc/deploy/README.md
@@ -43,8 +43,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 requested CPU | string | 480m | yes
-**data.requestsMemory** | amount of requested memory| string | 700Mi | yes
+**data.requestsCpu** | amount of requested CPU | string | 35m | yes
+**data.requestsMemory** | amount of requested memory| string | 640Mi | yes
 **data.limitsCpu** | CPU limit | string | 1 | yes
 **data.limitsMemory** | memory limit | string | 1G | yes
 **data.image** | service image | string | - | yes
@@ -69,10 +69,10 @@ 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 | 130m | yes
-**istio.proxyCPULimit** | CPU limit for Envoy sidecars | string | 500m | yes
+**istio.proxyCPU** | CPU request for Envoy sidecars | string | 10m | yes
+**istio.proxyCPULimit** | CPU limit for Envoy sidecars | string | 200m | yes
 **istio.proxyMemory** | memory request for Envoy sidecars | string | 100Mi | yes
-**istio.proxyMemoryLimit** | memory limit for Envoy sidecars | string | 512Mi | yes
+**istio.proxyMemoryLimit** | memory limit for Envoy sidecars | string | 256Mi | yes
 
 ### Install the helm chart
 
diff --git a/devops/gc/deploy/values.yaml b/devops/gc/deploy/values.yaml
index 755c899211b7f3d1b8d6ae930d1b51c143b7ab23..b71731641d6454c02d5373b65d32c44ad72bfca5 100644
--- a/devops/gc/deploy/values.yaml
+++ b/devops/gc/deploy/values.yaml
@@ -12,8 +12,8 @@ data:
   springProfilesActive: "gcp"
   storageHost: "http://storage"
   # Deployment
-  requestsCpu: "480m"
-  requestsMemory: "700Mi"
+  requestsCpu: "35m"
+  requestsMemory: "640Mi"
   limitsCpu: "1"
   limitsMemory: "1G"
   image: ""
@@ -35,7 +35,7 @@ conf:
   indexerRedisSecretName: "indexer-redis-secret"
 
 istio:
-  proxyCPU: "130m"
+  proxyCPU: "10m"
   proxyCPULimit: "200m"
   proxyMemory: "100Mi"
   proxyMemoryLimit: "256Mi"