We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the OIP deploys we need to be able to configure the UWSGI settings via the Helm chart, specifically these environment values:
UWSGI_PORT (default 8000) UWSGI_PROCESSES (default 4) UWSGI_THREADS (default 8) UWSGI_HTTP_TIMEOUT (default 120)
The text was updated successfully, but these errors were encountered:
✨ [#162] Add UWSGI_PORT and UWSGI_HTTP_TIMEOUT env vars
e1f9324
📝 [#162] Update Readme
13e7f88
⬆️ [#162] Bump chart version
12889ba
SilviaAmAm
Successfully merging a pull request may close this issue.
For the OIP deploys we need to be able to configure the UWSGI settings via the Helm chart, specifically these environment values:
The text was updated successfully, but these errors were encountered: