Skip to content

Commit

Permalink
fine tuning README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelx committed Feb 5, 2023
1 parent 7b62a66 commit 20508f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ docker save rasa-webservice > rasa-webservice.tar
microk8s ctr images ls
```
You can now remove the `rasa-webservice.tar` on your filesystem if you like.<br>
If you don't what the hazzle of storing your image on the local microk8s registry only, feel free to simply use a remote registry instead. In this case, make sure to edit the `k8s-configs/website-deployment.yaml` to reference your username for Docker Hub.
If you don't what the hazzle of storing your image on the local microk8s registry only, feel free to simply use a remote registry instead. In this case, make sure to edit the `k8s-configs/basic-webservice.yaml` to reference your username for Docker Hub.

#### Deploy Webservice
Because the k8s LoadBalancer works on Layer 7, you need a Domain Name that points to the external IP Address of your server for the next step. Alternatively you can use services like https://nip.io/.
Expand Down

0 comments on commit 20508f3

Please sign in to comment.