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
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
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
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
8
9
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.
10
10
---
@@ -87,6 +87,7 @@ This project demonstrates a GitOps-style Continuous Integration (CI) pipeline fo
87
87
## Docker Image
88
88
89
89
- Docker image is built from `/app` and pushed to DockerHub.
90
+
- multi-stage build for efficient image size.
90
91
- Image tag is dynamically generated in CI.
91
92
92
93
---
@@ -113,5 +114,20 @@ This project demonstrates a GitOps-style Continuous Integration (CI) pipeline fo
0 commit comments