Skip to content

Commit

Permalink
chore: Update replicas for tldraw worker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Jul 22, 2024
1 parent 57ede7b commit bbf2110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
git.branch: {{ TLDRAW_SERVER_BRANCH_NAME }}
git.repo: {{ TLDRAW_SERVER_REPO_NAME }}
spec:
replicas: {{ TLDRAW_SERVER_REPLICAS|default("1", true) }}
replicas: {{ TLDRAW_SERVER_WORKER_REPLICAS|default("1", true) }}
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down

0 comments on commit bbf2110

Please sign in to comment.