Update Z2/z2/README.md

This commit is contained in:
Sarukesh Boominathan 2026-04-22 06:31:32 +00:00
parent e57020ac90
commit 1002e93c93

View File

@ -118,6 +118,6 @@ z2/
├── prepare-app.sh # Build image, create host directory ├── prepare-app.sh # Build image, create host directory
├── start-app.sh # Apply all Kubernetes objects ├── start-app.sh # Apply all Kubernetes objects
├── stop-app.sh # Delete all Kubernetes objects ├── stop-app.sh # Delete all Kubernetes objects
├── show-url.sh # Print the URL to open the app ├── status.sh # Print the status of Namespace, PV, PVC, PODS and Services
└── README.md # This file └── README.md # This file
``` ```