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
We are trying to use the nginx gateway fabric to expose a container registry running the docker registry image. While the basic configuration works fine, pushing images into the registry generally fails with:
The solution is to increase client_max_body_size; but I've been unable to find any documentation that describes how to set custom nginx configuration options via the gateway api.
Expected behavior
I expected to be able to use nginx gateway fabric to expose an internal registry service.
Your environment
Version of the NGINX Gateway Fabric: v1.0.0
Version of Kubernetes: v1.27
Kubernetes platform (e.g. Mini-kube or GCP): kind
Details on how you expose the NGINX Gateway Fabric Pod: NodePort