Skip to content

Commit

Permalink
add basic resource requirements for config processor
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 25, 2024
1 parent 2d73317 commit 495b34e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubernetes/loculus/templates/_config-processor.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
mountPath: /output
command: ["python3"]
args: ["/app/config-processor.py", "/input", "/output"]
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 256Mi
env:
- name: LOCULUSSUB_smtpPassword
valueFrom:
Expand Down

0 comments on commit 495b34e

Please sign in to comment.