Skip to content
Snippets Groups Projects
Commit 03be7a2b 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 ec9da650
No related branches found
No related tags found
1 merge request!316GONRG-6470: Update requests according to vpa
......@@ -48,9 +48,9 @@ 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 | 0.1 | yes
**data.requestsMemory** | amount of requests memory| string | 384M | yes
**data.limitsCpu** | CPU limit | string | 1 | yes
**data.requestsCpu** | amount of requests CPU | string | 1180m | yes
**data.requestsMemory** | amount of requests memory| string | 750Mi | 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
**data.imagePullPolicy** | when to pull image | string | IfNotPresent | yes
......@@ -72,9 +72,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 | 330m | 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 | 150Mi | yes
**istio.proxyMemoryLimit** | memory limit for Envoy sidecars | string | 512Mi | yes
### Install the helm chart
......
......@@ -16,9 +16,9 @@ data:
kmsKey: "registerService"
subscriberPrivateKeyId: "testkey"
# Deployment
requestsCpu: "0.1"
requestsMemory: "384M"
limitsCpu: "1"
requestsCpu: "1180m"
requestsMemory: "750Mi"
limitsCpu: "1.5"
limitsMemory: "1G"
serviceAccountName: "register"
imagePullPolicy: "IfNotPresent"
......@@ -35,7 +35,7 @@ conf:
domain: ""
istio:
proxyCPU: "50m"
proxyCPU: "330m"
proxyCPULimit: "500m"
proxyMemory: "64Mi"
proxyMemory: "150Mi"
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