Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A Helm chart to install ALB Controller Service Mesh Extension on Kubernetes. This chart should only be installed after installation of ALB Controller (Add-on or Helm).
Values
| Key | Type | Default | Description |
|---|---|---|---|
| albServiceMeshExtension.image | object | {"name":{"istioExtension":"application-lb/images/alb-controller-istio-extension","istioExtensionJob":"application-lb/images/alb-controller-base-image"},"pullPolicy":"IfNotPresent","registry":"mcr.microsoft.com"} |
alb-controller-servicemesh-extension image parameters |
| albServiceMeshExtension.image.name | object | {"istioExtension":"application-lb/images/alb-controller-istio-extension","istioExtensionJob":"application-lb/images/alb-controller-base-image"} |
Image name defaults |
| albServiceMeshExtension.image.pullPolicy | string | "IfNotPresent" |
Image pull policy for alb-controller-servicemesh-extension containers |
| albServiceMeshExtension.image.registry | string | "mcr.microsoft.com" |
Image registry for alb-controller-servicemesh-extension containers |
| albServiceMeshExtension.imagePullSecrets | list | [] |
|
| albServiceMeshExtension.istioExtension | object | {"replicaCount":2,"resource":{"limits":{"cpu":"50m","memory":"64Mi"},"requests":{"cpu":"25m","memory":"32Mi"}},"revision":""} |
alb-controller-istio-extension's parameters |
| albServiceMeshExtension.istioExtension.replicaCount | int | 2 |
alb-controller-istio-extension pods' replica count |
| albServiceMeshExtension.istioExtension.resource | object | {"limits":{"cpu":"50m","memory":"64Mi"},"requests":{"cpu":"25m","memory":"32Mi"}} |
alb-controller-istio-extension container resource parameters |
| albServiceMeshExtension.istioExtension.revision | string | "" |
istio's revision the alb-controller-istio-extension needs to connect to |
| albServiceMeshExtension.logLevel | string | "info" |
Log level of alb-controller-servicemesh-extension containers |
| albServiceMeshExtension.provider | string | "istio" |
Provider is the name of the service mesh provider |