Skip to content
Snippets Groups Projects
Commit d9a4c1af 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 6c78dee5
No related branches found
No related tags found
1 merge request!350GONRG-6470: Update requests according to vpa
......@@ -111,8 +111,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 | 40m | yes
**data.requestsMemory** | amount of requests memory | string | 256Mi | yes
**data.requestsCpu** | amount of requests CPU | string | 10m | yes
**data.requestsMemory** | amount of requests memory | string | 400Mi | yes
**data.limitsCpu** | CPU limit | string | 500m | yes
**data.imitsMemory** | memory limit | string | 1G | yes
**data.serviceAccountName** | name of your service account | string | partition | yes
......@@ -137,7 +137,7 @@ First you need to set variables in **values.yaml** file using any code editor. S
|------|-------------|------|---------|---------|
**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 | 32Mi | 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
......
......@@ -12,8 +12,8 @@ data:
bucketPrefix: "refi"
minioExternalEndpoint: "" # use only if external minio is configured
# deployments
requestsCpu: "40m"
requestsMemory: "256Mi"
requestsCpu: "10m"
requestsMemory: "400Mi"
limitsCpu: "500m"
limitsMemory: "1G"
serviceAccountName: "partition"
......@@ -32,7 +32,7 @@ auth:
istio:
proxyCPU: "10m"
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