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
Problem: Currently the helm chart does not allow us to configure topologySpreadConstraints.
Solution: Add topologySpreadConstraints option to the helm chart
Copy file name to clipboardExpand all lines: charts/nginx-gateway-fabric/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
307
307
| `serviceAccount.name` | The name of the service account of the NGINX Gateway Fabric pods. Used for RBAC. | string | Autogenerated if not set or set to "" |
308
308
| `terminationGracePeriodSeconds` | The termination grace period of the NGINX Gateway Fabric pod. | int | `30` |
309
309
| `tolerations` | Tolerations for the NGINX Gateway Fabric pod. | list | `[]` |
310
+
| `topologySpreadConstraints` | The topology spread constraints for the NGINX Gateway Fabric pod. | list | `[]` |
310
311
311
312
----------------------------------------------
312
313
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
0 commit comments