You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
# Spring Boot Postgres - Helm & Kustomize Deployment
2
2
3
-
This project demonstrates a complete GitOps-style deployment of a Spring Boot + PostgreSQL application using **Helm**, **Kustomize**, and **GitHub Actions (CI)**.
3
+
This project demonstrates a GitOps-style Continuous Integration (CI) pipeline for a **Spring Boot + PostgreSQL** application, leveraging:
4
4
5
+
• **Kustomize and Helm** for Kubernetes manifests management
6
+
• **GitHub Actions** for building, testing, tagging, and pushing images
7
+
• **DockerHub** as the image registry
8
+
9
+
The current focus is **CI only** — with clear automation of image updates through Git. **ArgoCD-based Continuous Deployment (CD)** will be implemented in the next stage.
0 commit comments