Skip to content
Snippets Groups Projects
Commit d419bfc7 authored by Yurii Pelykh [EPAM / GCP]'s avatar Yurii Pelykh [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

GONRG-6470: Update requests according to vpa

parent 59a626f6
No related branches found
No related tags found
1 merge request!452GONRG-6470: Update requests according to vpa
......@@ -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
......
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment