Skip to content

Commit

Permalink
Merge pull request #382 from galaxyproject/enforce_limits_at_destination
Browse files Browse the repository at this point in the history
Enforce requests and limits for k8s destination
  • Loading branch information
afgane authored Sep 28, 2022
2 parents a8c7781 + 978e5eb commit e5d9830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@ jobs:
docker_container_id_override: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
destinations:
k8s:
params:
requests_cpu: "{cores}"
requests_memory: "{mem}Gi"
limits_cpu: "{cores}"
limits_memory: "{mem}Gi"
scheduling:
accept:
- docker
Expand Down

0 comments on commit e5d9830

Please sign in to comment.