Skip to content

Commit caa5c82

Browse files
authored
Clean up badge formatting in README.md
Removed extra line breaks between badge images for better formatting.
1 parent be05d20 commit caa5c82

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@
33
---
44
![FastAPI](https://img.shields.io/badge/FastAPI-Backend-green?logo=fastapi)
55
![Python](https://img.shields.io/badge/Python-3.x-blue?logo=python)
6-
76
![Docker](https://img.shields.io/badge/Docker-Containerization-blue?logo=docker)
87
![Docker Compose](https://img.shields.io/badge/Docker%20Compose-Multi--Container-lightblue?logo=docker)
9-
108
![Kubernetes](https://img.shields.io/badge/Kubernetes-Orchestration-blue?logo=kubernetes)
119
![Helm](https://img.shields.io/badge/Helm-Package%20Manager-0F1689?logo=helm)
12-
1310
![GitHub Actions](https://img.shields.io/badge/GitHub%20Actions-CI%2FCD-2088FF?logo=githubactions)
1411
![Blue-Green Deployment](https://img.shields.io/badge/Deployment-Blue--Green-brightgreen)
1512
![Canary Deployment](https://img.shields.io/badge/Deployment-Canary-yellow)
16-
1713
![Prometheus](https://img.shields.io/badge/Prometheus-Monitoring-E6522C?logo=prometheus)
1814
![Grafana](https://img.shields.io/badge/Grafana-Visualization-F46800?logo=grafana)
19-
2015
![k6](https://img.shields.io/badge/k6-Load%20Testing-7D64FF?logo=k6)
16+
2117
## 📌 Project Overview
2218

2319
This project demonstrates a **real-world DevOps implementation** for a microservices-based backend platform, focusing on **production readiness**, not just deployment.

0 commit comments

Comments
 (0)