add link on start-app

This commit is contained in:
Coline Reberga 2025-04-02 08:44:38 +00:00
parent 1efa8b83f2
commit 9487f5c0bc

View File

@ -12,6 +12,4 @@ kubectl apply -f deployment.yaml
# Create the services # Create the services
kubectl apply -f service.yaml kubectl apply -f service.yaml
# Display created resources echo "Resources created. You can access on http://192.168.49.2:30080/"
echo "Resources created:"
kubectl get all -n myapp-namespace