From 9487f5c0bc0d0c2e30aeab32c8b07a6aec11a9f7 Mon Sep 17 00:00:00 2001 From: Coline Reberga Date: Wed, 2 Apr 2025 08:44:38 +0000 Subject: [PATCH] add link on start-app --- z2/start-app.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/z2/start-app.sh b/z2/start-app.sh index 875945d..918784d 100644 --- a/z2/start-app.sh +++ b/z2/start-app.sh @@ -12,6 +12,4 @@ kubectl apply -f deployment.yaml # Create the services kubectl apply -f service.yaml -# Display created resources -echo "Resources created:" -kubectl get all -n myapp-namespace \ No newline at end of file +echo "Resources created. You can access on http://192.168.49.2:30080/" \ No newline at end of file