Actualiser README.md

This commit is contained in:
Emeline Nerot 2025-04-16 08:57:28 +00:00
parent d4b51f7a14
commit d1e9db8685

View File

@ -65,13 +65,3 @@ If you are using a LoadBalancer service, you can access the application using th
```
kubectl get services -n my-namespace
```
##Documentation
- **Description**: The Todo App is a simple web application for managing todo items.
- **Containers**: The application uses the elineen/todo-app:latest container.
- **Kubernetes Objects**: The deployment includes a Namespace, Deployment, StatefulSet, Service, PersistentVolume, and PersistentVolumeClaim.
- **Virtual Networks and Named Volumes**: The application uses a persistent volume for data storage.
- **Container Configuration**: The container is configured to use the elineen/todo-app:latest image and mounts the persistent volume at /data.