diff options
Diffstat (limited to 'f3s/git-server')
| -rw-r--r-- | f3s/git-server/helm-chart/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml index 82246a1..e0fcaf3 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -132,6 +132,10 @@ spec: fastcgi_param PATH_INFO /$1/$2;\ fastcgi_param REMOTE_USER $remote_user;\ include /tmp/fastcgi_params;\ + # Increase timeouts for git operations (clones can be large)\ + fastcgi_read_timeout 300s;\ + fastcgi_send_timeout 300s;\ + fastcgi_buffering off;\ }\ ' /tmp/conf.d/default.conf |
