File tree 5 files changed +7
-6
lines changed
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : loadtester
20
- image : quay.io/stefanprodan/flagger-loadtester:0.1 .0
20
+ image : quay.io/stefanprodan/flagger-loadtester:0.2 .0
21
21
imagePullPolicy : IfNotPresent
22
22
ports :
23
23
- name : http
27
27
- -port=8080
28
28
- -log-level=info
29
29
- -timeout=1h
30
- - -log-cmd-output=true
31
30
livenessProbe :
32
31
exec :
33
32
command :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : loadtester
3
- version : 0.1 .0
4
- appVersion : 0.1 .0
3
+ version : 0.2 .0
4
+ appVersion : 0.2 .0
5
5
kubeVersion : " >=1.11.0-0"
6
6
engine : gotpl
7
7
description : Flagger's load testing services based on rakyll/hey that generates traffic during canary analysis when configured as a webhook.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
2
2
3
3
image :
4
4
repository : quay.io/stefanprodan/flagger-loadtester
5
- tag : 0.1 .0
5
+ tag : 0.2 .0
6
6
pullPolicy : IfNotPresent
7
7
8
8
logLevel : info
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"time"
11
11
)
12
12
13
- var VERSION = "0.1 .0"
13
+ var VERSION = "0.2 .0"
14
14
var (
15
15
logLevel string
16
16
port string
Original file line number Diff line number Diff line change 80
80
url: http://flagger-loadtester.test/
81
81
timeout: 5s
82
82
metadata:
83
+ type: cmd
83
84
cmd: "hey -z 10m -q 10 -c 2 http://podinfo.test:9898/"
85
+ logCmdOutput: "true"
84
86
85
87
EOF
86
88
You can’t perform that action at this time.
0 commit comments