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

Merge branch 'okosse' into 'master'

Update requests and limits for register

See merge request !320
parents c8733799 b5d26eba
No related branches found
No related tags found
1 merge request!320Update requests and limits for register
Pipeline #169554 failed
......@@ -48,8 +48,8 @@ First you need to set variables in **values.yaml** file using any code editor. S
| Name | Description | Type | Default |Required |
|------|-------------|------|---------|---------|
**data.image** | your image name | string | - | yes
**data.requestsCpu** | amount of requests CPU | string | 1180m | yes
**data.requestsMemory** | amount of requests memory| string | 750Mi | yes
**data.requestsCpu** | amount of requests CPU | string | 10m | yes
**data.requestsMemory** | amount of requests memory| string | 450Mi | yes
**data.limitsCpu** | CPU limit | string | 1.5 | yes
**data.limitsMemory** | memory limit | string | 1G | yes
**data.serviceAccountName** | name of your service account | string | register | yes
......@@ -72,10 +72,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 | 330m | yes
**istio.proxyCPULimit** | CPU limit for Envoy sidecars | string | 500m | yes
**istio.proxyMemory** | memory request for Envoy sidecars | string | 150Mi | yes
**istio.proxyMemoryLimit** | memory limit for Envoy sidecars | string | 512Mi | 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 | 64Mi | yes
**istio.proxyMemoryLimit** | memory limit for Envoy sidecars | string | 256Mi | yes
### Install the helm chart
......
......@@ -16,8 +16,8 @@ data:
kmsKey: "registerService"
subscriberPrivateKeyId: "testkey"
# Deployment
requestsCpu: "1180m"
requestsMemory: "750Mi"
requestsCpu: "10m"
requestsMemory: "450Mi"
limitsCpu: "1.5"
limitsMemory: "1G"
serviceAccountName: "register"
......@@ -35,7 +35,7 @@ conf:
domain: ""
istio:
proxyCPU: "330m"
proxyCPULimit: "500m"
proxyMemory: "150Mi"
proxyMemoryLimit: "512Mi"
proxyCPU: "10m"
proxyCPULimit: "200m"
proxyMemory: "64Mi"
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