Skip to content
Snippets Groups Projects
Commit 23e44dde authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

Merge branch 'ingress-nginx' of gitlab.jsc.fz-juelich.de:kaas/fleet-deployments into ingress-nginx

parents b09257b1 e0f1209d
No related branches found
No related tags found
No related merge requests found
...@@ -3,22 +3,22 @@ controller: ...@@ -3,22 +3,22 @@ controller:
http-snippet: |- http-snippet: |-
upstream jupyterjsc-retries { upstream jupyterjsc-retries {
server jupyterjsc-proxy-public.jupyter.svc:443 max_fails=0; 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; 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:8443 max_fails=0;
# server juniq-proxy-public.jupyter.svc:8444 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:8445 max_fails=0;
# server juniq-proxy-public.jupyter.svc:8446 max_fails=0; # server juniq-proxy-public.jupyter.svc:8446 max_fails=0;
# server juniq-proxy-public.jupyter.svc:8447 max_fails=0; # server juniq-proxy-public.jupyter.svc:8447 max_fails=0;
# keepalive 32;
# }
# upstream eurocc-retries { # upstream eurocc-retries {
# server eurocc-proxy-public.jupyter.svc:443 max_fails=0; # server eurocc-proxy-public.jupyter.svc:443 max_fails=0;
# server eurocc-proxy-public.jupyter.svc:8443 max_fails=0; # server eurocc-proxy-public.jupyter.svc:8443 max_fails=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment