Обновить z2/README.md

This commit is contained in:
Yan Kasabutski 2025-04-10 08:37:55 +00:00
parent c01bd17dc3
commit ee7033edad

View File

@ -46,16 +46,10 @@ To remove all resources related to the app, run:
``` ```
## Example usage ## Example usage
kubectl get pods -n webapp
```bash kubectl get svc -n webapp
# Prepare the app
./prepare-app.sh
Preparing app...
# Start the app
./start-app.sh
Running app ...
The app is available at http://localhost:5000
# Stop the app # Stop the app
./stop-app.sh ./stop-app.sh