From a274a5f5d9c84b13425e29480cc33f09ef5870e5 Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Wed, 22 Oct 2025 12:21:37 +0100
Subject: [PATCH] feat: helm HorizontalPodAutoscaler creation flag
---
.../nic/installation/installing-nic/installation-with-helm.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/nic/installation/installing-nic/installation-with-helm.md b/content/nic/installation/installing-nic/installation-with-helm.md
index a8a4c4eec..2f131c15c 100644
--- a/content/nic/installation/installing-nic/installation-with-helm.md
+++ b/content/nic/installation/installing-nic/installation-with-helm.md
@@ -272,6 +272,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
| **controller.enableLatencyMetrics** | Enable collection of latency metrics for upstreams. Requires `prometheus.create`. | false |
| **controller.minReadySeconds** | Specifies the minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing, for it to be considered available. [docs](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#min-ready-seconds) | 0 |
| **controller.autoscaling.enabled** | Enables HorizontalPodAutoscaling. | false |
+| **controller.autoscaling.create** | Create the HorizontalPodAutoscaler resource. This can be set to false to manage the HPA externally. | true |
| **controller.autoscaling.annotations** | The annotations of the NGINX Ingress Controller HorizontalPodAutoscaler. | {} |
| **controller.autoscaling.behavior** | Behavior configuration for the HPA. | {} |
| **controller.autoscaling.minReplicas** | Minimum number of replicas for the HPA. | 1 |