-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathexperiment.yaml
41 lines (41 loc) · 914 Bytes
/
experiment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
apiVersion: argoproj.io/v1alpha1
kind: Experiment
metadata:
name: endexp
spec:
duration: 10m
templates:
- name: green
selector:
matchLabels:
app: rollouts-demo-exp-2
template:
metadata:
labels:
app: rollouts-demo-exp-2
spec:
containers:
- name: baseline
image: docker.io/opsmxdev/issuegen:v3.0.7
imagePullPolicy: Always
- name: orange
selector:
matchLabels:
app: rollouts-demo-exp-2
template:
metadata:
labels:
app: rollouts-demo-exp-2
spec:
containers:
- name: canary
image: docker.io/opsmxdev/issuegen:v3.0.9
imagePullPolicy: Always
analyses:
- name: testapp
templateName: testapp
args:
- name: start-time
value: "{{experiment.availableAt}}"
- name: end-time
value: "{{experiment.finishedAt}}"