Skip to content

Commit

Permalink
1 worker
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Oct 11, 2024
1 parent 58c4559 commit 79e7706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pipeline-runner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
replicas: {{ $.Values.replicaCount }}
replicas: 1 # The worker runs with a concurrency limit of 1, so ensure this isn't overrideable.
revisionHistoryLimit: 5
selector:
matchLabels:
Expand Down
2 changes: 0 additions & 2 deletions charts/pipeline-runner/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
replicaCount: 1

image:
repository: gcr.io/seqr-project/seqr-pipeline-runner
pullPolicy: Always
Expand Down

0 comments on commit 79e7706

Please sign in to comment.