Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clearml-bot authored Dec 25, 2019
1 parent 05b01ae commit 78a2df8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions trains-server-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,21 +138,21 @@ Access **trains-server** by creating a load balancer and domain name with record

* record to access the **TRAINS** Web-App:

`*app.<your domain name>.*`
`app.<your domain name>.*`

For example, `trainsapp.mydomainname.com` points to your node on port `30080`.
For example, `app.trains.mydomainname.com` points to your node on port `30080`.

* record to access the **TRAINS** API:

`*api.<your domain name>.*`
`api.<your domain name>.*`

For example, `trainsapi.mydomainname.com` points to your node on port `30008`.
For example, `api.trains.mydomainname.com` points to your node on port `30008`.

* record to access the **TRAINS** file server:

`*files.<your domain name>.*`
`files.<your domain name>.*`

For example, `trainsfiles.mydomainname.com` points to your node on port `30081`.
For example, `files.trains.mydomainname.com` points to your node on port `30081`.

## Additional Configuration for trains-server

Expand Down

0 comments on commit 78a2df8

Please sign in to comment.