Skip to content

Commit 118737b

Browse files
committed
Markdown (URLs)
1 parent bfdf1d9 commit 118737b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

platform/gcloud/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,13 @@ We only have to manage a configuration to simulate the mynicecompany.com access.
320320

321321
- Get the EXTERNAL-IP with the command line:
322322

323-
```
323+
```shell
324324
kubectl get ingress <release>-odm-ingress -o jsonpath='{.status.loadBalancer.ingress[].ip}'
325325
```
326326

327327
- Edit your /etc/hosts file and add the following entry:
328328

329-
```
329+
```shell
330330
<EXTERNAL-IP> mynicecompany.com
331331
```
332332

@@ -335,12 +335,13 @@ We only have to manage a configuration to simulate the mynicecompany.com access.
335335
<!-- markdown-link-check-disable -->
336336
| SERVICE NAME | URL | USERNAME/PASSWORD
337337
| --- | --- | ---
338-
| Decision Server Console | https://mynicecompany.com/res | odmAdmin/odmAdmin
339-
| Decision Center | https://mynicecompany.com/decisioncenter | odmAdmin/odmAdmin
340-
| Decision Center REST-API | https://mynicecompany.com/decisioncenter-api | odmAdmin/odmAdmin
341-
| Decision Server Runtime | https://mynicecompany.com/DecisionService | odmAdmin/odmAdmin
342-
| Decision Runner | https://mynicecompany.com/DecisionRunner | odmAdmin/odmAdmin
338+
| Decision Server Console | <https://mynicecompany.com/res> | odmAdmin/odmAdmin
339+
| Decision Center | <https://mynicecompany.com/decisioncenter> | odmAdmin/odmAdmin
340+
| Decision Center REST-API | <https://mynicecompany.com/decisioncenter-api> | odmAdmin/odmAdmin
341+
| Decision Server Runtime | <https://mynicecompany.com/DecisionService> | odmAdmin/odmAdmin
342+
| Decision Runner | <https://mynicecompany.com/DecisionRunner> | odmAdmin/odmAdmin
343343
<!-- markdown-link-check-enable -->
344+
344345
> NOTE:You can also click the Ingress routes accessible from the Google Cloud console under the [Kubernetes Engine/Services & Ingress Details Panel](https://console.cloud.google.com/kubernetes/ingresses).
345346
> <img width="1000" height="532" src='./images/ingress_routes.png'/>
346347

0 commit comments

Comments
 (0)