Skip to content

Commit db3e67c

Browse files
committed
Update readme with new value
1 parent 58c0575 commit db3e67c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/nginx-gateway-fabric/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
285285
| `nginxGateway.leaderElection.enable` | Enable leader election. Leader election is used to avoid multiple replicas of the NGINX Gateway Fabric reporting the status of the Gateway API resources. If not enabled, all replicas of NGINX Gateway Fabric will update the statuses of the Gateway API resources. | bool | `true` |
286286
| `nginxGateway.leaderElection.lockName` | The name of the leader election lock. A Lease object with this name will be created in the same Namespace as the controller. | string | Autogenerated if not set or set to "". |
287287
| `nginxGateway.lifecycle` | The lifecycle of the nginx-gateway container. | object | `{}` |
288+
| `nginxGateway.resources` | The resource requests and/or limits of the nginx-gateway container. | object | `{}` |
288289
| `nginxGateway.productTelemetry.enable` | Enable the collection of product telemetry. | bool | `true` |
289290
| `nginxGateway.readinessProbe.enable` | Enable the /readyz endpoint on the control plane. | bool | `true` |
290291
| `nginxGateway.readinessProbe.initialDelaySeconds` | The number of seconds after the Pod has started before the readiness probes are initiated. | int | `3` |

0 commit comments

Comments
 (0)