From f3b50e3bffc8d8ccdf46530e155ee52e6dcaac1e Mon Sep 17 00:00:00 2001 From: yuanminhui <85736856+yuanminhui@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:26:42 +0800 Subject: [PATCH] docs(README.md): fix connection to service by adding port --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccb3b0e..271478f 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ helm install jupyterhub bioos/jupyterhub \ kubectl -n bioos port-forward --address 0.0.0.0 service/hub 8081:8081 ``` -打开浏览器访问:http://Server-IP/jupyterhub, 申请新 token. +打开浏览器访问:http://Server-IP:8081/jupyterhub, 申请新 token. ![jupyterhub token](./img/jupyterhub.png) ## 3.3 安装 Cromwell ```bash @@ -269,6 +269,6 @@ kubectl get pod,pv,pvc,ingress ``` 命令状态应该如下所示: ![pod status](./img/pod-status.png) -打开浏览器访问 http://{ServerIP}/workspace,至此完成 bioos 安装. +打开浏览器访问 http://{ServerIP}:8888/workspace,至此完成 bioos 安装. ![Server](./img/finish.png)