From c8efc8e6e55fbbf1851f8c2344edf32a4b1746e6 Mon Sep 17 00:00:00 2001 From: Gidi233 Date: Fri, 13 Sep 2024 08:35:06 +0800 Subject: [PATCH] fix example Signed-off-by: Gidi233 --- examples/rollout/canaryKuma.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rollout/canaryKuma.yaml b/examples/rollout/canaryKuma.yaml index 1e102fbd..44d2b07f 100644 --- a/examples/rollout/canaryKuma.yaml +++ b/examples/rollout/canaryKuma.yaml @@ -64,7 +64,7 @@ spec: webhooks: timeoutSeconds: 60 command: - - "hey -z 1m -q 10 -c 2 http://app.example.com/" + - "hey -z 1m -q 10 -c 2 http://podinfo-canary.test:9898/" rolloutTimeoutSeconds: 600 - destination: fleet: quickstart