Skip to content
Snippets Groups Projects
Commit f50a7ac3 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-6470_Update_requests_according_to_vpa' into 'master'

GONRG-6470: Update requests according to vpa

See merge request !246
parents 0a29c961 bbb12bf6
No related branches found
No related tags found
1 merge request!246GONRG-6470: Update requests according to vpa
Pipeline #167394 passed with warnings
......@@ -37,8 +37,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 | 256M | yes
**data.requestsCpu** | amount of requested CPU | string | 10m | yes
**data.requestsMemory** | amount of requested memory| string | 350Mi | yes
**data.limitsCpu** | CPU limit | string | 1 | yes
**data.limitsMemory** | memory limit | string | 1G | yes
**data.serviceAccountName** | name of your service account | string | unit | yes
......@@ -59,9 +59,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
### Install the helm chart
......
......@@ -5,8 +5,8 @@
data:
logLevel: "ERROR"
entitlementsHost: "http://entitlements"
requestsCpu: "0.1"
requestsMemory: "256M"
requestsCpu: "10m"
requestsMemory: "350Mi"
limitsCpu: "1"
limitsMemory: "1G"
serviceAccountName: "unit"
......@@ -20,7 +20,7 @@ conf:
domain: ""
istio:
proxyCPU: "50m"
proxyCPU: "10m"
proxyCPULimit: "500m"
proxyMemory: "64Mi"
proxyMemory: "100Mi"
proxyMemoryLimit: "512Mi"
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