From d045b9d69ba5a3af2523dd9e15184fc4151d1537 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 7 Jan 2026 22:26:02 +0200 Subject: Test GitOps: Scale frontend to 2 replicas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- f3s/tracing-demo/helm-chart/templates/frontend-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3