From e62e16e6aac0f7cb1d3d27a12dc2338dce5f500d Mon Sep 17 00:00:00 2001 From: Puneet Khurana Date: Tue, 15 Apr 2025 16:42:42 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 9ab8657..261cb52 100644 --- a/README.md +++ b/README.md @@ -14,23 +14,7 @@ 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