Skip to content
Snippets Groups Projects
Commit e901feed authored by Abhishek Patil's avatar Abhishek Patil
Browse files

Merge remote-tracking branch 'origin/master' into master-dev-merge

parents 7ab27469 b8882d0b
No related branches found
No related tags found
1 merge request!346Adding support for EKS 1.23
Pipeline #164143 failed
...@@ -141,7 +141,7 @@ First you need to set variables in **values.yaml** file using any code editor. S ...@@ -141,7 +141,7 @@ First you need to set variables in **values.yaml** file using any code editor. S
**istio.proxyMemoryLimit** | memory limit for Envoy sidecars | string | 512Mi | yes **istio.proxyMemoryLimit** | memory limit for Envoy sidecars | string | 512Mi | yes
**istio.bootstrapProxyCPU** | CPU request for Envoy sidecars | string | 10m | yes **istio.bootstrapProxyCPU** | CPU request for Envoy sidecars | string | 10m | yes
**istio.bootstrapProxyCPULimit** | CPU limit for Envoy sidecars | string | 100m | yes **istio.bootstrapProxyCPULimit** | CPU limit for Envoy sidecars | string | 100m | yes
**istio.sidecarInject** | whether to inject sidecar | boolean | true | yes **istio.sidecarInject** | whether Istio sidecar will be injected. Setting to "false" reduces security, because disables authorization policy. | boolean | true | yes
### Install the helm chart ### Install the helm chart
......
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