Skip to content

Commit

Permalink
Merge pull request microservices-demo#750 from microservices-demo/fix…
Browse files Browse the repository at this point in the history
…_749_loadtest_k8s_version

Set version 0.1.1 for load-test
  • Loading branch information
vlal authored Nov 8, 2017
2 parents 425ad1a + cd12314 commit aca8981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/manifests/loadtest-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: load-test
image: weaveworksdemos/load-test
image: weaveworksdemos/load-test:0.1.1
command: ["/bin/sh"]
args: ["-c", "while true; do locust --host http://front-end.sock-shop.svc.cluster.local -f /config/locustfile.py --clients 5 --hatch-rate 5 --num-request 100 --no-web; done"]
nodeSelector:
Expand Down

0 comments on commit aca8981

Please sign in to comment.