diff --git a/z2 /README.md b/z2 /README.md index 9ab8657..65ca2d2 100644 --- a/z2 /README.md +++ b/z2 /README.md @@ -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