Skip to content

Commit

Permalink
feat(deployment): allow ena submission cronjob resources to be specif…
Browse files Browse the repository at this point in the history
…ied in values
  • Loading branch information
corneliusroemer committed Feb 3, 2025
1 parent 1212736 commit 8e5d17c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 1 addition & 6 deletions kubernetes/loculus/templates/ena-submission-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,7 @@ spec:
- name: ena-submission
image: "ghcr.io/loculus-project/ena-submission:{{ $dockerTag }}"
imagePullPolicy: Always
resources:
requests:
memory: "80Mi"
cpu: "10m"
limits:
memory: "10Gi"
{{- include "loculus.resources" (list "ena-submission-list-cronjob" $.Values) | nindent 12 }}
env:
- name: EXTERNAL_METADATA_UPDATER_PASSWORD
valueFrom:
Expand Down
6 changes: 6 additions & 0 deletions kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1704,6 +1704,12 @@ resources:
cpu: "10m"
limits:
memory: "10Gi"
ena-submission-list-cronjob:
requests:
memory: "80Mi"
cpu: "10m"
limits:
memory: "10Gi"
ingest:
requests:
memory: "1Gi"
Expand Down

0 comments on commit 8e5d17c

Please sign in to comment.