summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-15 21:06:57 +0200
committerPaul Buetow <paul@buetow.org>2026-01-15 21:06:57 +0200
commit51c36476b069a6cba42dfa7f7be0e0001c42a84f (patch)
treee70c8d52078849b2ace44eb807c370c20666de37
parent95fd33328fa25b0728c6637e132a901b45e9b76c (diff)
chore: reduce canary pause from 2m to 1m
-rw-r--r--f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml b/f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml
index 156fd0a..50d0029 100644
--- a/f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml
+++ b/f3s/tracing-demo/helm-chart/templates/frontend-rollout.yaml
@@ -16,9 +16,9 @@ spec:
steps:
# Step 1: Send 50% of traffic to new version
- setWeight: 50
- # Step 2: Wait 2 minutes before proceeding
+ # Step 2: Wait 1 minute before proceeding
- pause:
- duration: 2m
+ duration: 1m
# Step 3: Promote to 100% traffic
- setWeight: 100