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
256
256
`controller.autoscaling.targetCPUUtilizationPercentage` | The target CPU utilization percentage. | 50
257
257
`controller.autoscaling.targetMemoryUtilizationPercentage` | The target memory utilization percentage. | 50
258
-
`controller.strategy` | Specifies the strategy used to replace old Pods by new ones. [docs](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy) | {}
258
+
`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) | {}
259
259
`controller.disableIPV6` | Disable IPV6 listeners explicitly for nodes that do not support the IPV6 stack. | false
260
260
`rbac.create` | Configures RBAC. | true
261
261
`prometheus.create` | Expose NGINX or NGINX Plus metrics in the Prometheus format. | false
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
@@ -174,7 +174,7 @@ controller:
174
174
## 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.
175
175
minReadySeconds: 0
176
176
177
-
## Strategy used to replace old Pods by new ones. .spec.strategy.type can be "Recreate" or "RollingUpdate". "RollingUpdate" is the default value.
177
+
## 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.
178
178
strategy: {}
179
179
180
180
## 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
@@ -243,7 +243,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
243
243
|``controller.autoscaling.maxReplicas``| Maximum number of replicas for the HPA. | 3 |
244
244
|``controller.autoscaling.targetCPUUtilizationPercentage``| The target CPU utilization percentage. | 50 |
245
245
|``controller.autoscaling.targetMemoryUtilizationPercentage``| The target memory utilization percentage. | 50 |
246
-
|``controller.strategy``| Specifies the strategy used to replace old Pods with new ones. [docs](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy)| {} |
246
+
|``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).| {} |
247
247
|`controller.disableIPV6`| Disable IPV6 listeners explicitly for nodes that do not support the IPV6 stack. | false |
248
248
|``rbac.create``| Configures RBAC. | true |
249
249
|``prometheus.create``| Expose NGINX or NGINX Plus metrics in the Prometheus format. | false |
0 commit comments