Skip to content
Snippets Groups Projects
Verified Commit 79d63c36 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

swh/ingresses: Fix 502 when services are redeployed

The nginx is not notified as soon a service endpoints are updated so it
sends a couple of requests to a terminated pod.
It's not a problem for idempotent request as nginx retry on another pod
but it's not the case by default for POST requests.

The option is activated by default for all the ingresses because
POST requests are used everywhere

Related to swh/infra/sysadm-environment#5210
parent f2cb316d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment