Update z2 /README.md

This commit is contained in:
Puneet Khurana 2025-04-15 19:18:32 +00:00
parent 82ca55e8b1
commit bf6e404696

View File

@ -14,23 +14,6 @@ The application is designed to:
---
## 📁 Project Structure
File/Folder Description |
| index.html`, `style.css`, `script.js` | Frontend game files |
| Dockerfile` | Builds Nginx image to serve the game |
| prepare-app.sh` | Prepares the environment and Docker image |
| start-app.sh` | Applies all Kubernetes resources |
| stop-app.sh` | Cleans up all Kubernetes resources |
| namespace.yaml` | Creates the `typing-game` namespace |
| deployment.yaml` | Deploys the frontend via Nginx |
| service.yaml` | Exposes frontend using NodePort |
| pv-pvc.yaml` | Defines persistent volume and claim |
| statefulset.yaml` | Dummy backend with StatefulSet + PVC |
|
---
## How to Run