🔧(helm) remove gunicorn worker timeout override

The default 30s timeout is appropriate and some SAML assertion
processing requests can take more than 10 seconds.
This commit is contained in:
Jonathan Perret
2026-03-18 18:49:54 +01:00
parent 2dbeff512c
commit f50e2b092d
@@ -17,7 +17,7 @@ satosa:
topologyKey: kubernetes.io/hostname
envVars:
BASE_URL: https://renater.agentconnect.gouv.fr
GUNICORN_CMD_ARGS: --workers=3 --timeout=10
GUNICORN_CMD_ARGS: --workers=3
LOG_LEVEL: INFO
LOG_LEVELS: '{ "satosa.backends.saml2": "DEBUG" }'