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