Skip to content

Commit

Permalink
Merge pull request #821 from weaveworks/807-bp-replica
Browse files Browse the repository at this point in the history
patch: static replica count for branch planner
  • Loading branch information
yitsushi authored Jul 31, 2023
2 parents 1cc7c7f + 5610df3 commit 2244583
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 2244583

Please sign in to comment.