Move load tester to Weaveworks Quay

This commit is contained in:
stefanprodan
2019-03-27 09:35:34 +02:00
parent f54768772e
commit 79a6421178
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -58,6 +58,8 @@ Parameter | Description | Default
`service.port` | ClusterIP port | `80`
`cmd.timeout` | Command execution timeout | `1h`
`logLevel` | Log level can be debug, info, warning, error or panic | `info`
`meshName` | AWS App Mesh name | `none`
`backends` | AWS App Mesh virtual services | `none`
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
+1 -1
View File
@@ -1,7 +1,7 @@
replicaCount: 1
image:
repository: quay.io/stefanprodan/flagger-loadtester
repository: quay.io/weaveworks/flagger-loadtester
tag: 0.2.0
pullPolicy: IfNotPresent