diff --git a/values/jupyter/controller_config_snippet.yaml b/values/jupyter/controller_config_snippet.yaml index 2d27f44b8754e35f3d7e68bf51fff93b3cb5331d..aa65c832063ef2dd2c94d8e87947b99590d02ea2 100644 --- a/values/jupyter/controller_config_snippet.yaml +++ b/values/jupyter/controller_config_snippet.yaml @@ -3,22 +3,22 @@ controller: http-snippet: |- upstream jupyterjsc-retries { server jupyterjsc-proxy-public.jupyter.svc:443 max_fails=0; + server jupyterjsc-proxy-public.jupyter.svc:8443 max_fails=0; + server jupyterjsc-proxy-public.jupyter.svc:8444 max_fails=0; + server jupyterjsc-proxy-public.jupyter.svc:8445 max_fails=0; + server jupyterjsc-proxy-public.jupyter.svc:8446 max_fails=0; + server jupyterjsc-proxy-public.jupyter.svc:8447 max_fails=0; + keepalive 32; + } + upstream juniq-retries { + server juniq-proxy-public.jupyter.svc:443 max_fails=0; keepalive 32; } - # server jupyterjsc-proxy-public.jupyter.svc:8443 max_fails=0; - # server jupyterjsc-proxy-public.jupyter.svc:8444 max_fails=0; - # server jupyterjsc-proxy-public.jupyter.svc:8445 max_fails=0; - # server jupyterjsc-proxy-public.jupyter.svc:8446 max_fails=0; - # server jupyterjsc-proxy-public.jupyter.svc:8447 max_fails=0; - # upstream juniq-retries { - # server juniq-proxy-public.jupyter.svc:443 max_fails=0; # server juniq-proxy-public.jupyter.svc:8443 max_fails=0; # server juniq-proxy-public.jupyter.svc:8444 max_fails=0; # server juniq-proxy-public.jupyter.svc:8445 max_fails=0; # server juniq-proxy-public.jupyter.svc:8446 max_fails=0; # server juniq-proxy-public.jupyter.svc:8447 max_fails=0; - # keepalive 32; - # } # upstream eurocc-retries { # server eurocc-proxy-public.jupyter.svc:443 max_fails=0; # server eurocc-proxy-public.jupyter.svc:8443 max_fails=0;