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 Jan 22, 2025
1 parent 44591c8 commit 8d2dd62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authN-authZ/auth-istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ Add both host names for ChatQnA UI and backend service, edit the /etc/hosts file
sudo sed -i '1i\127.0.0.1 chatqna-service.com' /etc/hosts
sudo sed -i '1i\127.0.0.1 chatqna-ui.com' /etc/hosts
```
By setting your routing for FQDN based services you can restrict access to only services you want to expose in your Kubernetes cluster.
Open browser with address `"chatqna-ui.com:${INGRESS_PORT}"` if using GMC based deployment. Otherwise, open the browser with address `"chatqna-service.com:${INGRESS_PORT}"`.
Expand Down

0 comments on commit 8d2dd62

Please sign in to comment.