Cannot scale my ledger deployment on stack version v3.0 #1956
-
| Hello, and I am getting a single pod with no ability to scale the deployment. Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by aalloiteau Oct 15, 2025
Replies: 1 comment
-
| Hi, Scaling behavior from v2.2 onward
v2.3.0 and above:
You can’t scale by default b/c, you must configure deployments.ledger.replicas and deployments.ledger-worker.replicas in your stack spec.
cc @Dav-14 please comment if I'm missing something |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by aalloiteau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hi,
Scaling behavior from v2.2 onward
Stack switches to a stateless model. Deployments are defined via
.spec.deploymentsinstead.deploymentStrategyfield stops being effective starting v2.2.v2.3.0 and above:
You can’t scale by default b/c, you…