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 b702565 commit 4a9ae70
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,24 +210,19 @@ helm repo add rasa-x https://rasahq.github.io/rasa-x-helm
```
3. Head over and edit the `rasax/basic-values.yml` file. Specify the external IP address of your server and generate a random string for each of the secret and token properties. (You can take hints from the values.yaml files about what exactly you have to enter into the respective fields)<br>

4. Add the official Rasa X Helm Chart to your repositories:
```sh
helm repo add rasa-x https://rasahq.github.io/rasa-x-helm
```

5. Install the Helm Chart into our namespace. Note that we also chose a custom release name `rasax-release`:
4. Install the Helm Chart into our namespace. Note that we also chose a custom release name `rasax-release`:
```sh
helm --namespace rasax install --values rasax/basic-values.yml rasax-release rasa-x/rasa-x
```
6. Now the best part after installing a Helm Chart! Go ahead and check how your containers are creating and your pods are coming into life:
5. Now the best part after installing a Helm Chart! Go ahead and check how your containers are creating and your pods are coming into life:
```sh
kubectl -n rasax get pods
```

![Pods of Rasa X Helm Chart Creating][Pod1-image]
<br>

7. Likewise you can check the services and see what ports are being used.:
6. Likewise you can check the services and see what ports are being used.:
```sh
kubectl -n rasax get pods
```
Expand Down

0 comments on commit 4a9ae70

Please sign in to comment.