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
This commit is contained in:
Admin
2026-02-01 23:24:13 +00:00
parent fc5c6de051
commit eaf56bc1b6
10 changed files with 108 additions and 28 deletions

View File

@@ -2,6 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- rollout.yaml
- service.yaml
- canary-service.yaml
- httproute.yaml
- analysistemplate.yaml
configurations:
- https://argoproj.github.io/argo-rollouts/features/kustomize/rollout-transform-kustomize-v5.yaml