Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent cb6d409 commit 1bb4a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm-charts/chatqna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ curl http://localhost:8888/v1/chatqna \
### Verify the workload through UI

The UI has already been installed via the Helm chart. To access it, use the external IP of your Kubernetes cluster along with the NGINX port. You can find the NGINX port using the following command:

```bash
export port=$(kubectl get service chatqna-nginx --output='jsonpath={.spec.ports[0].nodePort}')
echo $port
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/common/chatqna-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ DATAPREP_GET_FILE_ENDPOINT: "/v1/dataprep/get_file"
# data preparation delete file service URL, default to Mega data preparation service
DATAPREP_DELETE_FILE_ENDPOINT: "/v1/dataprep/delete_file"

global: {}
global: {}

0 comments on commit 1bb4a4b

Please sign in to comment.