Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nginx): set service-upstream to "true"
Instead of having NGINX maintain it's own list of upstreams, we want it instead to use the service ClusterIP such that k8s can handle e.g. cases where pods are evicted. Without this we end up with 5xx errors e.g. on deploys. See kubernetes/ingress-nginx#257 for more details.
- Loading branch information