Skip to content

Commit 9f43607

Browse files
committed
OCPBUGS#3812 Ingress autoscaling omit maxReplicaCount default should be 100 not 50
1 parent 8a85dd3 commit 9f43607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-autoscaling-ingress-controller.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ spec:
197197
name: keda-trigger-auth-prometheus
198198
----
199199
<1> The custom resource that you are targeting. In this case, the Ingress Controller.
200-
<2> Optional: The maximum number of replicas. If you omit this field, the default maximum is set to 50 replicas.
200+
<2> Optional: The maximum number of replicas. If you omit this field, the default maximum is set to 100 replicas.
201201
<3> The cluster address and port.
202202
<4> The Ingress Operator namespace.
203203
<5> This expression evaluates to however many worker nodes are present in the deployed cluster.

0 commit comments

Comments
 (0)