Skip to content

Commit

Permalink
Reformat table in minikube README.md
Browse files Browse the repository at this point in the history
to have better printout in PDF
  • Loading branch information
siasin authored Dec 3, 2024
1 parent 989cc6a commit 926d6c8
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions platform/minikube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,17 @@ With this ODM topology in place, you can access web applications to author, depl

```shell
$ minikube service list
|----------------------|------------------------------------------------|----------------------------------|---------------------------|
| NAMESPACE | NAME | TARGET PORT | URL |
|----------------------|------------------------------------------------|----------------------------------|---------------------------|
| default | my-odm-release-dbserver | No node port |
| default | my-odm-release-odm-decisioncenter | decisioncenter/9453 | http://<CLUSTER-IP>:30108 |
| default | my-odm-release-odm-decisionrunner | decisionrunner/9443 | http://<CLUSTER-IP>:32215 |
| default | my-odm-release-odm-decisionserverconsole | decisionserverconsole/9443 | http://<CLUSTER-IP>:32040 |
| default | my-odm-release-odm-decisionserverconsole-notif | No node port |
| default | my-odm-release-odm-decisionserverruntime | decisionserverruntime/9443 | http://<CLUSTER-IP>:32346 |
|----------------------|------------------------------------------------|----------------------------------|---------------------------|
```

| *NAMESPACE* | *NAME* | *TARGET PORT* | *URL* |
|---|---|---|---|
| default | my-odm-release-dbserver | No node port | |
| default | my-odm-release-odm-decisioncenter | decisioncenter/9453 | http://`<CLUSTER-IP>`:30108 |
| default | my-odm-release-odm-decisionrunner | decisionrunner/9443 | http://`<CLUSTER-IP>`:32215 |
| default | my-odm-release-odm-decisionserverconsole | decisionserverconsole/9443 | http://`<CLUSTER-IP>`:32040 |
| default | my-odm-release-odm-decisionserverconsole-notif | No node port | |
| default | my-odm-release-odm-decisionserverruntime | decisionserverruntime/9443 | http://`<CLUSTER-IP>`:32346 |

> [!WARNING]
> The URLs are prefixed with **http**. You must replace the prefix with **https** to access the services.
Expand Down

0 comments on commit 926d6c8

Please sign in to comment.