summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-07 22:26:02 +0200
committerPaul Buetow <paul@buetow.org>2026-01-07 22:26:02 +0200
commitd045b9d69ba5a3af2523dd9e15184fc4151d1537 (patch)
tree2a8d5217b7236b61a2867d7e4e0b8af7244b28d2
parent78efc18d07396be18649de1b873da5a89d484bd7 (diff)
Test GitOps: Scale frontend to 2 replicas
Testing ArgoCD auto-sync functionality by scaling the tracing-demo frontend deployment from 1 to 2 replicas. This validates the complete GitOps workflow: commit → push → auto-sync → deployment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
-rw-r--r--f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml b/f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml
index f607b01..f5ff9a3 100644
--- a/f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml
+++ b/f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml
@@ -9,7 +9,7 @@ metadata:
app: tracing-demo-frontend
component: frontend
spec:
- replicas: 1
+ replicas: 2
selector:
matchLabels:
app: tracing-demo-frontend