Skip to content
Snippets Groups Projects
Commit 41d4a3c4 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'fix-jupyter-health-check' into 'master'

Improve Jupyter health check

See merge request !1132
parents 42150a86 76f350a8
No related branches found
No related tags found
1 merge request!1132Improve Jupyter health check
Pipeline #123704 failed
Pipeline: tango

#123705

    ...@@ -36,7 +36,7 @@ job "jupyter" { ...@@ -36,7 +36,7 @@ job "jupyter" {
    check { check {
    type = "http" type = "http"
    name = "jupyter_health" name = "jupyter_health"
    path = "/jupyter/static/style/index.css" path = "/jupyter/api/status"
    interval = "10s" interval = "10s"
    timeout = "20s" timeout = "20s"
    address_mode = "alloc" address_mode = "alloc"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment