mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
26 lines
552 B
YAML
26 lines
552 B
YAML
# monitor events: watch "kubectl -n test describe rollout/podinfo | sed -n 35,1000p"
|
|
apiVersion: apps.weave.works/v1beta1
|
|
kind: Rollout
|
|
metadata:
|
|
annotations:
|
|
apps.weave.works/canary-revision: ""
|
|
apps.weave.works/status: ""
|
|
name: podinfo
|
|
namespace: test
|
|
spec:
|
|
targetKind: Deployment
|
|
primary:
|
|
name: podinfo
|
|
host: podinfo
|
|
canary:
|
|
name: podinfo-canary
|
|
host: podinfo-canary
|
|
virtualService:
|
|
name: podinfo
|
|
weight: 10
|
|
metric:
|
|
type: counter
|
|
name: istio_requests_total
|
|
interval: 1m
|
|
threshold: 99
|