diff --git a/examples/kubernetes-tilt-dev/README.md b/examples/kubernetes-tilt-dev/README.md index 5e9ec31..97c8eac 100644 --- a/examples/kubernetes-tilt-dev/README.md +++ b/examples/kubernetes-tilt-dev/README.md @@ -26,6 +26,12 @@ In this example, you'll find the following components: 2. **Namespaces** 📁 Organize your microservices with namespaces. +3. **Deployments** 🚀 + Deploy your microservices with ease. + +4. **Services** 📡 + Expose your microservices with services. + ### Tilt 🚀 1. **Tiltfile** 📜