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. - -