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

Update requests/limits for notification service

parent 770a9304
No related branches found
No related tags found
1 merge request!353Update requests/limits for notification service
Pipeline #168239 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 | `580m` | yes
**data.requestsMemory** | amount of requested memory| string | `1.05G` | yes
**data.requestsCpu** | amount of requested CPU | string | `10m` | yes
**data.requestsMemory** | amount of requested memory| string | `512Mi` | yes
**data.limitsCpu** | CPU limit | string | `1` | yes
**data.limitsMemory** | memory limit | string | `1.5G` | yes
**data.serviceAccountName** | name of your service account | string | `notification` | 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 | `310m` | 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
......
......@@ -10,8 +10,8 @@ data:
redisNotificationPort: 6379
redisImage: "docker.io/library/redis:7"
#Deployments
requestsCpu: "580m"
requestsMemory: "1.05G"
requestsCpu: "10m"
requestsMemory: "512Mi"
limitsCpu: "1"
limitsMemory: "1.5G"
serviceAccountName: "notification"
......@@ -29,7 +29,7 @@ conf:
redisSSL: false
istio:
proxyCPU: "310m"
proxyCPULimit: "500m"
proxyCPU: "10m"
proxyCPULimit: "200m"
proxyMemory: "100Mi"
proxyMemoryLimit: "512Mi"
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