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

Merge branch 'GONRG-6470_Update_requests_according_to_vpa' into 'master'

GONRG-6470: Update requests according to vpa

See merge request !364
parents 7a9b25ed 0a3025b0
No related branches found
No related tags found
3 merge requests!438Draft: CG Vulnerability for Woodstox - CVE-2022-40151,!430Upgraded Version of spring-security-config due to Component Governance CVE-2023-34034,!364GONRG-6470: Update requests according to vpa
Pipeline #167383 failed
......@@ -108,8 +108,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 | 0.1 | yes
**data.requestsMemory** | amount of requests memory| string | 384M | yes
**data.requestsCpu** | amount of requests CPU | string | 10m | yes
**data.requestsMemory** | amount of requests memory| string | 550Mi | yes
**data.limitsCpu** | CPU limit | string | 1 | yes
**data.limitsMemory** | memory limit | string | 1G | yes
**data.bootstrapImage** | name of the bootstrap image | string | - | yes
......@@ -137,9 +137,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 | `10m` | 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 | `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:
defaultLegalTag: "default-data-tag"
legalHost: "http://legal"
# deployments
requestsCpu: "0.1"
requestsMemory: "384M"
requestsCpu: "10m"
requestsMemory: "550Mi"
limitsCpu: "1"
limitsMemory: "1G"
bootstrapImage: ""
......@@ -35,9 +35,9 @@ conf:
domain: ""
istio:
proxyCPU: "50m"
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