@@ -320,13 +320,13 @@ We only have to manage a configuration to simulate the mynicecompany.com access.
320
320
321
321
- Get the EXTERNAL-IP with the command line:
322
322
323
- ```
323
+ ``` shell
324
324
kubectl get ingress < release> -odm-ingress -o jsonpath=' {.status.loadBalancer.ingress[].ip}'
325
325
```
326
326
327
327
- Edit your /etc/hosts file and add the following entry:
328
328
329
- ```
329
+ ``` shell
330
330
< EXTERNAL-IP> mynicecompany.com
331
331
```
332
332
@@ -335,12 +335,13 @@ We only have to manage a configuration to simulate the mynicecompany.com access.
335
335
<!-- markdown-link-check-disable -->
336
336
| SERVICE NAME | URL | USERNAME/PASSWORD
337
337
| --- | --- | ---
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
343
343
<!-- markdown-link-check-enable -->
344
+
344
345
> 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 ) .
345
346
> <img width =" 1000 " height =" 532 " src =' ./images/ingress_routes.png ' />
346
347
0 commit comments