Skip to content

Commit

Permalink
Update NodePort params for chris chart version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Apr 5, 2024
1 parent 9f95965 commit b178f8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/run/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ you can configure `chris` to use `NodePort` as a convenient ingress solution.

```shell
helm upgrade --install --create-namespace --namespace chris chris fnndsc/chris \
--set cube.ingress.nodePort=32000 \
--set cube.ingress.nodePortHost=$(hostname)
--set cube.server.service.type=NodePort \
--set cube.server.service.nodePort=32000 \
--set cube.server.service.nodePortHost=$(hostname)
```

### Superuser Creation
Expand Down

0 comments on commit b178f8d

Please sign in to comment.