Skip to content

Commit

Permalink
Merge pull request #18 from bjwswang/dev
Browse files Browse the repository at this point in the history
fix: disable ingress by default;update kubeagi repo link
  • Loading branch information
bjwswang authored Jul 25, 2023
2 parents 2827d47 + fa7caa3 commit 42643e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions charts/jupyterlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ helm install [RELEASE_NAME] kubeagi/jupyterlab
#### 1. Create a repository `kubeagi` into kubebb

```shell
kubectl apply -f https://raw.githubusercontent.com/kubebb/arcadia/master/.kubebb_repo.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeagi/arcadia/main/.kubeagi_repo.yaml
```

> Note: If you want to create this repository in other namespace, you should update field `metadata.namespace` in `.kubebb_repo.yaml` before apply.
> Note: If you want to create this repository in other namespace, you should update field `metadata.namespace` in `.kubeagi_repo.yaml` before apply.
#### 2. Install Jupyterlab with `ComponentPlan`

Expand Down
4 changes: 2 additions & 2 deletions charts/jupyterlab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ image:
imagePullSecrets: []

ingress:
enabled: true
enabled: false
# portal-ingress is the default ingress provided by kubebb
className: "portal-ingress"
host: jupyterlab.172.190.30.163.nip.io
host: jupyterlab.172.168.0.2.nip.io
annotations:
{}
# kubernetes.io/ingress.class: portal-ingress
Expand Down

0 comments on commit 42643e1

Please sign in to comment.