1 Commits

Author SHA1 Message Date
7a6d3641b3 convert rollout to deployment
Some checks are pending
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / release-image (push) Blocked by required conditions
Gitea Actions Demo / lint (push) Successful in 1m40s
2025-02-07 00:15:05 -06:00
2 changed files with 3 additions and 15 deletions

View File

@ -1,24 +1,12 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
apiVersion: v1
kind: Deployment
metadata:
name: kipunji
annotations:
reloader.stakater.com/auto: "true"
spec:
replicas: 5
strategy:
canary:
steps:
- setWeight: 20
- pause: {}
- setWeight: 40
- pause: {duration: 10}
- setWeight: 60
- pause: {duration: 10}
- setWeight: 80
- pause: {duration: 10}
revisionHistoryLimit: 2
selector:
matchLabels:
app: kipunji

View File

@ -5,6 +5,6 @@ namespace: kipunji
resources:
- secret.yaml
- configmap.yaml
- rollout.yaml
- deployment.yaml
- services.yaml
- ingress.yaml