Skip to content

Commit 7337049

Browse files
Fix test cases
Signed-off-by: Kyle Edwards <[email protected]>
1 parent c9608a9 commit 7337049

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/kubeflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ checks:
4040
description: 🌏 Exposes an HTTP interface on port 8888
4141
probe:
4242
httpGet:
43-
path: /
43+
path: /hub/jovyan
4444
port: 8888
4545
failureThreshold: 30
4646
- name: NB_PREFIX
@@ -54,7 +54,7 @@ checks:
5454
description: "🔓 Sets 'Access-Control-Allow-Origin: *' header"
5555
probe:
5656
httpGet:
57-
path: /
57+
path: /hub/jovyan
5858
port: 8888
5959
httpHeaders:
6060
- name: User-Agent

internal/testdata/containers/kubeflow.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ENV PATH=/home/jovyan/.local/bin:$PATH
1313

1414
RUN pip install jupyterlab
1515

16-
CMD jupyter lab --ip=0.0.0.0 --NotebookApp.allow_origin="*"
16+
CMD jupyter lab --ip=0.0.0.0 --ServerApp.allow_origin="*" --ServerApp.base_url="$NB_PREFIX"

0 commit comments

Comments
 (0)