Skip to content

Commit

Permalink
Merge pull request #3192 from manics/websocket-timeout
Browse files Browse the repository at this point in the history
Set nginx-ingress timeout to 10 minutes to improve support for websockets
  • Loading branch information
minrk authored Jan 24, 2025
2 parents 4f682cc + 5918683 commit e877226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,9 @@ binderhub:
enabled: true
annotations:
ingress.kubernetes.io/proxy-body-size: 64m
# Increase for websockets (default is 60s)
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
scheduling:
Expand Down

0 comments on commit e877226

Please sign in to comment.