From abb9b61d71ba2de6c53965897d74a8bc732eb7b6 Mon Sep 17 00:00:00 2001 From: Jonathan Felder Date: Thu, 19 Sep 2024 11:48:35 -0700 Subject: [PATCH] [DH-382] removing chp timeouts --- hub/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hub/values.yaml b/hub/values.yaml index 9c814485e..1883d69db 100644 --- a/hub/values.yaml +++ b/hub/values.yaml @@ -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!!!