Skip to content

Commit

Permalink
[scheduler] Update indexedResources config
Browse files Browse the repository at this point in the history
The format of this config has changed, so now the scheduler fails to start up with the default config.

Updating the config to match the expected format
  • Loading branch information
JamesMurkin committed Jun 22, 2023
1 parent a678bb5 commit 34d137b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/scheduler/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ scheduling:
resourceScarcity:
cpu: 1.0
indexedResources:
- cpu
- memory
- name: "cpu"
resolution: "100m"
- name: "memory"
resolution: "1Mi"
gangIdAnnotation: armadaproject.io/gangId
gangCardinalityAnnotation: armadaproject.io/gangCardinality

0 comments on commit 34d137b

Please sign in to comment.