lifecycle: remove gunicorn reload option

should help with #2159
This commit is contained in:
Jens Langhammer 2022-01-31 12:06:08 +00:00
parent acc4de2235
commit f679250edd
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import structlog
from kubernetes.config.incluster_config import SERVICE_HOST_ENV_NAME
bind = "127.0.0.1:8000"
reload = True
try:
pwd.getpwnam("authentik")