Skip to content

Commit 7533b88

Browse files
authored
fix(config): reduced preprocessing replicas from 2 to 1 (#6181)
Discussed with Anya - we said it looks like the replicas for Loculus preprocessing should be one instead of two. ### PR Checklist - [ ] All necessary documentation has been adapted. - [ ] The implemented feature is covered by appropriate, automated tests. - [ ] Any manual testing that has been done is documented (i.e. what exactly was tested?) 🚀 Preview: Add `preview` label to enable
1 parent f98390c commit 7533b88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/loculus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ defaultOrganismConfig: &defaultOrganismConfig
14031403
image: ghcr.io/loculus-project/preprocessing-nextclade
14041404
args:
14051405
- "prepro"
1406-
replicas: 2
1406+
replicas: 1
14071407
configFile: &preprocessingConfigFile
14081408
log_level: DEBUG
14091409
batch_size: 100

0 commit comments

Comments
 (0)