diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-07 22:26:02 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-07 22:26:02 +0200 |
| commit | d045b9d69ba5a3af2523dd9e15184fc4151d1537 (patch) | |
| tree | 2a8d5217b7236b61a2867d7e4e0b8af7244b28d2 | |
| parent | 78efc18d07396be18649de1b873da5a89d484bd7 (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.yaml | 2 |
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 |
