From 669125ad1d9a7ebda9d6c1f059987103e757bbb5 Mon Sep 17 00:00:00 2001 From: Emeline Nerot Date: Wed, 16 Apr 2025 09:11:38 +0000 Subject: [PATCH] Actualiser README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 64c9efe..ab8b6e5 100644 --- a/README.md +++ b/README.md @@ -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 with the external IP address obtained from the previous step. + +``` +http:// +``` + +This is it, your Todo-List is working, enjoy!