diff --git a/devops/gc/deploy/README.md b/devops/gc/deploy/README.md
index f22585890fd076cf037444fefc00e46e7f01dec2..6019fde5209af742c5c124cfb5ec15ab31332ad4 100644
--- a/devops/gc/deploy/README.md
+++ b/devops/gc/deploy/README.md
@@ -42,8 +42,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 | 0.1 | yes
-**data.requestsMemory** | amount of requested memory| string | 1G | yes
+**data.requestsCpu** | amount of requested CPU | string | 220m | yes
+**data.requestsMemory** | amount of requested memory| string | 1.7G | yes
 **data.limitsCpu** | CPU limit | string | 1 | yes
 **data.limitsMemory** | memory limit | string | 1.5G | yes
 **data.bootstrapImage** | bootstrap image | string | - | yes
@@ -81,9 +81,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 | `90m` | 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 98eeb3cdb599077bdf52dc99c702322b81f25f3d..2d13f7f5058250f35c5b644e0f9e98df0757e638 100644
--- a/devops/gc/deploy/values.yaml
+++ b/devops/gc/deploy/values.yaml
@@ -14,10 +14,10 @@ data:
   schemaBucket: ""
   schemaHost: "http://schema"
   #Deployments
-  requestsCpu: "0.1"
-  requestsMemory: "1G"
+  requestsCpu: "220m"
+  requestsMemory: "1.7G"
   limitsCpu: "1"
-  limitsMemory: "1.5G"
+  limitsMemory: "2.5G"
   bootstrapImage: ""
   bootstrapServiceAccountName: ""
   image: ""
@@ -35,9 +35,9 @@ conf:
   rabbitmqSecretName: "rabbitmq-secret"
 
 istio:
-  proxyCPU: "50m"
+  proxyCPU: "90m"
   proxyCPULimit: "500m"
-  proxyMemory: "64Mi"
+  proxyMemory: "100Mi"
   proxyMemoryLimit: "512Mi"
   bootstrapProxyCPU: "10m"
   bootstrapProxyCPULimit: "100m"