From 61015570002c0b506028d452dc994bc93a7af4cf Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 4 Jun 2019 17:26:35 +0300 Subject: [PATCH] Use the canary service as load testing target --- artifacts/canaries/canary.yaml | 2 +- docs/gitbook/usage/progressive-delivery.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/canaries/canary.yaml b/artifacts/canaries/canary.yaml index ca023e05..046b2369 100644 --- a/artifacts/canaries/canary.yaml +++ b/artifacts/canaries/canary.yaml @@ -73,5 +73,5 @@ spec: timeout: 5s metadata: type: cmd - cmd: "hey -z 1m -q 10 -c 2 http://podinfo.test:9898/" + cmd: "hey -z 1m -q 10 -c 2 http://podinfo-canary.test:9898/" logCmdOutput: "true" diff --git a/docs/gitbook/usage/progressive-delivery.md b/docs/gitbook/usage/progressive-delivery.md index 0c693657..ab6cf125 100644 --- a/docs/gitbook/usage/progressive-delivery.md +++ b/docs/gitbook/usage/progressive-delivery.md @@ -85,7 +85,7 @@ spec: url: http://flagger-loadtester.test/ timeout: 5s metadata: - cmd: "hey -z 1m -q 10 -c 2 http://podinfo.test:9898/" + cmd: "hey -z 1m -q 10 -c 2 http://podinfo-canary.test:9898/" ``` Save the above resource as podinfo-canary.yaml and then apply it: