Add replica count support to tvc deploy create - #231
Draft
emostov wants to merge 1 commit into
Draft
Conversation
emostov
force-pushed
the
zeke/tvc-deploy-replicas
branch
from
August 5, 2026 17:15
835f72b to
8aa16c8
Compare
emostov
force-pushed
the
zeke/tvc-deploy-replicas
branch
from
August 5, 2026 17:27
8aa16c8 to
2470bf0
Compare
Merged
daniilrrr
reviewed
Aug 5, 2026
emostov
force-pushed
the
zeke/tvc-deploy-replicas
branch
from
August 5, 2026 19:21
2470bf0 to
fcdf209
Compare
emostov
marked this pull request as ready for review
August 5, 2026 20:33
daniilrrr
reviewed
Aug 5, 2026
emostov
force-pushed
the
zeke/tvc-deploy-replicas
branch
2 times, most recently
from
August 6, 2026 04:09
24f4c81 to
7b43054
Compare
daniilrrr
previously approved these changes
Aug 6, 2026
emostov
force-pushed
the
zeke/tvc-deploy-replicas
branch
from
August 7, 2026 15:57
d41216b to
3b27148
Compare
daniilrrr
previously approved these changes
Aug 7, 2026
emostov
force-pushed
the
zeke/tvc-deploy-replicas
branch
2 times, most recently
from
August 7, 2026 20:32
74c931f to
82ca392
Compare
…ono with a vendored serde-capable google.protobuf.Timestamp
emostov
force-pushed
the
zeke/tvc-deploy-replicas
branch
from
August 7, 2026 20:34
82ca392 to
289fddc
Compare
emostov
marked this pull request as draft
August 7, 2026 21:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
tvc deploy createnow supports specifying a desired replica count, defaulting to 1:--replicas <N>flag /TVC_REPLICASenv var, overriding the config file like the other flagsreplicasfield in the deploy config file;tvc deploy inittemplates include"replicas": 1Notes
replicasfield existed keep working (serde default of 1).Testing
cargo test(all suites pass),cargo clippy --all-targets --all-features -D warningsclean.🤖 Generated with Claude Code