Skip to content

Commit

Permalink
patch: static replica count for branch planner
Browse files Browse the repository at this point in the history
Branch Planner is not scalable yet. If someone tries to scale it, then they
will see unexpected behavior.

Closes #807

References:
* #807

Signed-off-by: Balazs Nadasdi <balazs@weave.works>
  • Loading branch information
yitsushi committed Jul 31, 2023
1 parent 1cc7c7f commit 5610df3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/tf-controller/templates/planner-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ metadata:
{{- include "planner.labels" . | nindent 4 }}
name: {{ include "planner.fullname" . }}
spec:
replicas: {{ .Values.replicaCount }}
# Planner can't be scaled yet.
replicas: 1
selector:
matchLabels:
{{- include "planner.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 5610df3

Please sign in to comment.