Commit Graph

2 Commits

Author SHA1 Message Date
Admin
eaf56bc1b6 feat: convert Deployment to Rollout CRD with canary strategy
- Replace deployment.yaml with rollout.yaml
- Add canary-service.yaml for traffic splitting
- Add analysistemplate.yaml for Prometheus health checks
- Update HTTPRoute with dual backends (stable + canary)
- Update overlays with Rollout patches
- Add Rollout transformer configuration for Kustomize
2026-02-01 23:24:13 +00:00
Multi-Environment Setup
fc5c6de051 feat: restructure GitOps for multi-environment deployment
- Add apps/myapp/base with deployment, service, httproute
- Add apps/myapp/overlays/staging (1 replica, 128Mi/256Mi, staging hostname)
- Add apps/myapp/overlays/production (2 replicas, 256Mi/512Mi, prod hostname)
- Remove old apps/sample-webapp structure

Structure follows folder-per-environment pattern with Kustomize overlays.
2026-02-01 22:48:59 +01:00