Skip to content

Commit 85d6f21

Browse files
committed
testing div and abbrev fix
1 parent 897d9e1 commit 85d6f21

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/application-gateway/for-containers/alb-controller-helm-chart.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.topic: release-notes
88
ms.date: 5/2/2025
99
ms.author: greglin
1010
---
11+
<!-- CRDs (Custom Resource Definitions) -->
1112

1213
# ALB Controller Helm Chart
1314

@@ -26,6 +27,8 @@ The following parameters are supported for configuration during installation:
2627

2728
## Values
2829

30+
<div style="overflow-x: auto;">
31+
2932
| Key | Type | Default | Description |
3033
| ----- | ------ | --------- | ------------- |
3134
| albController.controller | object | `{"replicaCount":2,"resource":{"limits":{"cpu":"400m","memory":"400Mi"},"requests":{"cpu":"100m","memory":"200Mi"}},"tolerations":[]}` | ALB Controller parameters |
@@ -35,7 +38,7 @@ The following parameters are supported for configuration during installation:
3538
| albController.env | list | `[{"name":"","value":""}]` | Environment variables for ALB Controller. |
3639
| albController.image | object | `{"name":{"CRDs":"application-lb/images/alb-controller-crds","bootstrap":"application-lb/images/alb-controller-bootstrap","controller":"application-lb/images/alb-controller"},"pullPolicy":"IfNotPresent","registry":"mcr.microsoft.com"}` | ALB Controller image parameters. |
3740
| albController.image.name | object | `{"CRDs":"application-lb/images/alb-controller-crds","bootstrap":"application-lb/images/alb-controller-bootstrap","controller":"application-lb/images/alb-controller"}` | Image name defaults. |
38-
| albController.image.name.CRDs | string | `"application-lb/images/alb-controller-crds"` | ALB Controller CRDS' image name |
41+
| albController.image.name.CRDs | string | `"application-lb/images/alb-controller-crds"` | ALB Controller CRDs' image name |
3942
| albController.image.name.bootstrap | string | `"application-lb/images/alb-controller-bootstrap"` | alb-controller bootstrap's init container image name. |
4043
| albController.image.name.controller | string | `"application-lb/images/alb-controller"` | ALB Controller's image name. |
4144
| albController.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for ALB Controller containers. |
@@ -44,7 +47,9 @@ The following parameters are supported for configuration during installation:
4447
| albController.installGatewayApiCRDs | bool | `true` | A flag to enable/disable installation of Gateway API CRDs. |
4548
| albController.logLevel | string | `"info"` | Log level of ALB Controller. |
4649
| albController.namespace | string | `"azure-alb-system"` | Namespace to deploy ALB Controller components in. |
47-
| albController.securityPolicyFeatureFlag | bool | `false` | Enable Application Load Balancer Security Policy Resource (WAF Private Preview). |
50+
| albController.securityPolicyFeatureFlag | bool | `false` | Enable Application Load Balancer Security Policy Resource (WAF Preview). |
51+
52+
</div>
4853

4954
## Tolerations
5055

0 commit comments

Comments
 (0)