Merge remote-tracking branch 'origin/develop'
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m55s
Gitea Actions Demo / test (push) Successful in 1m27s
Gitea Actions Demo / release-image (push) Successful in 1m17s

This commit is contained in:
Ryan Cavicchioni 2025-02-06 23:33:09 -06:00
commit c44f6bb8c5
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg
2 changed files with 3 additions and 15 deletions

View File

@ -1,24 +1,12 @@
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: v1
kind: Rollout kind: Service
metadata: metadata:
name: kipunji name: kipunji
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
spec: spec:
replicas: 5 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: selector:
matchLabels: matchLabels:
app: kipunji app: kipunji

View File

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