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

Update default requsts/limits for indexer service

parent 92fab9e6
No related branches found
No related tags found
1 merge request!494Update default requsts/limits for indexer service
Pipeline #168057 failed
......@@ -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
......
......@@ -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"
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