Skip to content

Commit cf7c0d1

Browse files
nodeSelector support
1 parent c8f0b71 commit cf7c0d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: mbender-ms
66
ms.service: azure-appgw-for-containers
77
ms.topic: release-notes
8-
ms.date: 5/2/2025
8+
ms.date: 7/21/2025
99
ms.author: mbender
1010
# Customer intent: As a Kubernetes operator, I want to install the ALB Controller using a Helm chart, so that I can manage Application Load Balancer resources effectively within my container environment.
1111
---
@@ -19,6 +19,7 @@ A Helm chart to install the ALB Controller on Kubernetes.
1919

2020
The following parameters are supported for configuration during installation:
2121

22+
- nodeSelector
2223
- tolerations
2324
- name
2425
- installGatewayApiCRDs
@@ -31,6 +32,7 @@ The following parameters are supported for configuration during installation:
3132
| Key | Type | Default | Description |
3233
| ----- | ------ | --------- | ------------- |
3334
| albController.controller | object | `{"replicaCount":2,"resource":{"limits":{"cpu":"400m","memory":"400Mi"},"requests":{"cpu":"100m","memory":"200Mi"}},"tolerations":[]}` | ALB Controller parameters |
35+
| albController.controller.nodeSelector | object | {} | nodeselector for alb-cotnroller |
3436
| albController.controller.replicaCount | int | `2` | ALB Controller's replica count. |
3537
| albController.controller.resource | object | `{"limits":{"cpu":"400m","memory":"400Mi"},"requests":{"cpu":"100m","memory":"200Mi"}}` | ALB Controller's container resource parameters. |
3638
| albController.controller.tolerations | list | `[]` | Tolerations for ALB Controller |

0 commit comments

Comments
 (0)