You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`controller.autoscaling.maxReplicas` | Maximum number of replicas for the HPA. | 3
257
257
`controller.autoscaling.targetCPUUtilizationPercentage` | The target CPU utilization percentage. | 50
258
258
`controller.autoscaling.targetMemoryUtilizationPercentage` | The target memory utilization percentage. | 50
259
-
`controller.strategy` | Specifies the strategy used to replace old Pods by new ones. [docs](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy) | {}
259
+
`controller.strategy` | Specifies the strategy used to replace old Pods with new ones. Docs for [Deployment update strategy](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy) and [Daemonset update strategy](https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy) | {}
260
260
`controller.disableIPV6` | Disable IPV6 listeners explicitly for nodes that do not support the IPV6 stack. | false
261
261
`rbac.create` | Configures RBAC. | true
262
262
`prometheus.create` | Expose NGINX or NGINX Plus metrics in the Prometheus format. | true
Copy file name to clipboardExpand all lines: deployments/helm-chart/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ controller:
179
179
## 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.
180
180
minReadySeconds: 0
181
181
182
-
## Strategy used to replace old Pods by new ones. .spec.strategy.type can be "Recreate" or "RollingUpdate". "RollingUpdate" is the default value.
182
+
## Strategy used to replace old Pods by new ones. .spec.strategy.type can be "Recreate" or "RollingUpdate" for Deployments, and "OnDelete" or "RollingUpdate" for Daemonsets. "RollingUpdate" is the default value.
183
183
strategy: {}
184
184
185
185
## Extra containers for the Ingress Controller pods.
Copy file name to clipboardExpand all lines: docs/content/installation/installation-with-helm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
244
244
|``controller.autoscaling.maxReplicas``| Maximum number of replicas for the HPA. | 3 |
245
245
|``controller.autoscaling.targetCPUUtilizationPercentage``| The target CPU utilization percentage. | 50 |
246
246
|``controller.autoscaling.targetMemoryUtilizationPercentage``| The target memory utilization percentage. | 50 |
247
-
|``controller.strategy``| Specifies the strategy used to replace old Pods with new ones. [docs](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy)| {} |
247
+
|``controller.strategy``| Specifies the strategy used to replace old Pods with new ones. Docs for [Deployment update strategy](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy) and [Daemonset update strategy](https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy).| {} |
248
248
|`controller.disableIPV6`| Disable IPV6 listeners explicitly for nodes that do not support the IPV6 stack. | false |
249
249
|``rbac.create``| Configures RBAC. | true |
250
250
|``prometheus.create``| Expose NGINX or NGINX Plus metrics in the Prometheus format. | false |
0 commit comments