Skip to content

Commit 5375607

Browse files
committed
Improving readme
1 parent 578ae41 commit 5375607

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,13 @@ ingress.networking.k8s.io/prometheus-ingress nginx prometheus.local 192.16
341341
> ```shell
342342
> vi /etc/hosts
343343
>```
344-
> 127.0.0.1 mysql
344+
> ```
345+
> 127.0.0.1 grafana.local
345346
>
346347
> 127.0.0.1 keycloak.local
347348
>
348349
> 127.0.0.1 prometheus.local
350+
> ```
349351
350352
351353
| **Components** | **Docker** | **Kubernetes on Mac** | Note |
@@ -363,9 +365,11 @@ ingress.networking.k8s.io/prometheus-ingress nginx prometheus.local 192.16
363365
364366
> [!TIP]
365367
> On Linux, Minikube runs as a native process directly on the host machine, rather than inside a virtual machine or a Docker container. This allows it to acquire a real, routable IP address that can be accessed from the host system without extra configuration.
366-
> ````$ minikube ip --profile microservice-deployment
368+
> ````
369+
> $ minikube ip --profile microservice-deployment
367370
> 192.154.19.8
368371
> ```
372+
>
369373
> Now, all the above tabular endpoints available at http://192.154.19.8/**
370374
371375
Also, please use **OpenAPI specs**, **bruno** or **postman** for API details. I will add Swagger/SpringDoc as when I get time!!

0 commit comments

Comments
 (0)