Skip to content

Commit

Permalink
Merge pull request #6214 from felder/felder_dh-382
Browse files Browse the repository at this point in the history
[DH-382] removing chp timeouts
  • Loading branch information
felder authored Sep 19, 2024
2 parents 19be39e + abb9b61 commit 2427252
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jupyterhub:
# https://github.com/http-party/node-http-proxy/pull/1559
# https://github.com/Jimbly/http-proxy-node16/commit/56283e33edfc7aad8c2605dd493da8a196b4371d
# https://github.com/consideRatio/configurable-http-proxy/commits/main/
#
# https://jira-secure.berkeley.edu/browse/DH-382 timeouts break stuff
image:
tag: 4.6.2
extraCommandLineFlags:
# extraCommandLineFlags:
# set the timeout and proxyTimeout to 5 seconds
# https://github.com/http-party/node-http-proxy?tab=readme-ov-file#options
- "--timeout=5000"
- "--proxy-timeout=5000"
# - "--timeout=5000"
# - "--proxy-timeout=5000"
resources:
requests:
# FIXME: We want no guarantees here!!!
Expand Down

0 comments on commit 2427252

Please sign in to comment.