Actualiser README.md

This commit is contained in:
Emeline Nerot 2025-04-16 09:11:38 +00:00
parent d1e9db8685
commit 669125ad1d

View File

@ -65,3 +65,10 @@ If you are using a LoadBalancer service, you can access the application using th
```
kubectl get services -n my-namespace
```
Open a web browser, enter this sentence and replace <external-ip> with the external IP address obtained from the previous step.
```
http://<external-ip>
```
This is it, your Todo-List is working, enjoy!