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
This commit adds functionality to send nginx configuration to the agent. It also adds support for the single nginx Deployment to be scaled, and send configuration to all replicas. This requires tracking all Subscriptions for a particular deployment, and receiving all responses from those replicas to determine the status to write to the Gateway.
Copy file name to clipboardExpand all lines: charts/nginx-gateway-fabric/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,6 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
268
268
| `nginx.image.tag` | | string | `"edge"` |
269
269
| `nginx.lifecycle` | The lifecycle of the nginx container. | object | `{}` |
270
270
| `nginx.plus` | Is NGINX Plus image being used | bool | `false` |
271
-
| `nginx.securityContext.allowPrivilegeEscalation` | Some environments may need this set to true in order for the control plane to successfully reload NGINX. | bool | `false` |
272
271
| `nginx.usage.caSecretName` | The name of the Secret containing the NGINX Instance Manager CA certificate. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway). | string | `""` |
273
272
| `nginx.usage.clientSSLSecretName` | The name of the Secret containing the client certificate and key for authenticating with NGINX Instance Manager. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway). | string | `""` |
274
273
| `nginx.usage.endpoint` | The endpoint of the NGINX Plus usage reporting server. Default: product.connect.nginx.com | string | `""` |
0 commit comments