|
Last change
on this file since c0086c0 was c0086c0, checked in by Andrej <asumanovski@…>, 2 weeks ago |
|
Add GitHub Actions CI/CD pipeline with DockerHub and Kubernetes deployment
- Build job validates both images on every push and PR
- Push job builds and pushes backend/frontend images to DockerHub on master
- Deploy job applies k8s manifests and rolls out new images to k3s cluster
- Added k8s manifests: namespace, postgres StatefulSet, backend and frontend Deployments
- Added /api/auth/ping health endpoint for k8s readiness/liveness probes
|
-
Property mode
set to
100644
|
|
File size:
55 bytes
|
| Rev | Line | |
|---|
| [c0086c0] | 1 | apiVersion: v1
|
|---|
| 2 | kind: Namespace
|
|---|
| 3 | metadata:
|
|---|
| 4 | name: trekr
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.