Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/config/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server {
# route.yaml -> annotations: -> haproxy.router.openshift.io/timeout: 30s
# The following value MUST be smaller to avoid unwanted behaviour (timeout with status code 200)
# Calculation: average (without cache) multiplied by "factor" which should correlates with response time while high load
proxy_read_timeout 3s;
proxy_read_timeout 60s;

location /liveness {
access_log off;
Expand Down
Loading