Compare commits
8 Commits
main
...
b899f5649b
Author | SHA1 | Date | |
---|---|---|---|
b899f5649b
|
|||
8613955bb6
|
|||
c44f6bb8c5
|
|||
d1dc57f15a
|
|||
631c2bdcf3
|
|||
059ed64805
|
|||
6f4b7335f8
|
|||
9f222725d1
|
@ -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
|
@ -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
|
||||||
|
@ -3,7 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: kipunji
|
name: kipunji
|
||||||
namespace: kipunji
|
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- ./app
|
- ./app
|
||||||
|
Reference in New Issue
Block a user