From d1e9db8685d0fd9e742da604cbad8d30669ead15 Mon Sep 17 00:00:00 2001 From: Emeline Nerot Date: Wed, 16 Apr 2025 08:57:28 +0000 Subject: [PATCH] Actualiser README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index ca065c8..64c9efe 100644 --- a/README.md +++ b/README.md @@ -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. - -