Skip to content

Commit 30991bc

Browse files
authored
feat: helm HorizontalPodAutoscaler creation flag (#1355)
1 parent d718d30 commit 30991bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/nic/installation/installing-nic/installation-with-helm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
272272
| **controller.enableLatencyMetrics** | Enable collection of latency metrics for upstreams. Requires `prometheus.create`. | false |
273273
| **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 |
274274
| **controller.autoscaling.enabled** | Enables HorizontalPodAutoscaling. | false |
275+
| **controller.autoscaling.create** | Create the HorizontalPodAutoscaler resource. This can be set to false to manage the HPA externally. | true |
275276
| **controller.autoscaling.annotations** | The annotations of the NGINX Ingress Controller HorizontalPodAutoscaler. | {} |
276277
| **controller.autoscaling.behavior** | Behavior configuration for the HPA. | {} |
277278
| **controller.autoscaling.minReplicas** | Minimum number of replicas for the HPA. | 1 |

0 commit comments

Comments
 (0)