Unfortunately, we have to create a separate ingress for the /static path. This is because we can only have one annotation nginx.ingress.kubernetes.io/rewrite-target per set of paths. We need a new rewrite target because /static is a special case for this set of services.
Unfortunately, we have to create a separate ingress for the
/static
path. This is because we can only have one annotationnginx.ingress.kubernetes.io/rewrite-target
per set of paths. We need a new rewrite target because/static
is a special case for this set of services.