Skip to content

Commit

Permalink
fix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarav authored and rooftopcellist committed Jul 2, 2024
1 parent d2c1023 commit 12998d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/eda/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _api:
cpu: 50m
memory: 350Mi
node_selector: {}
node_selector: []
tolerations: []

# Note: "default-worker: {}" is intentionally excluded here so we know if the user set it
_default_worker:
Expand All @@ -46,7 +46,7 @@ _default_worker:
cpu: 25m
memory: 130Mi
node_selector: {}
node_selector: []
tolerations: []

# Note: "activation-worker: {}" is intentionally excluded here so we know if the user set it
_activation_worker:
Expand All @@ -56,7 +56,7 @@ _activation_worker:
cpu: 25m
memory: 150Mi
node_selector: {}
node_selector: []
tolerations: []

# Note: Deprecated "worker: {}" is intentionally excluded here so we know if the user set it
_worker: {}
Expand All @@ -69,7 +69,7 @@ _scheduler:
cpu: 50m
memory: 256Mi
node_selector: {}
node_selector: []
tolerations: []

ui: {}
_ui:
Expand All @@ -79,7 +79,7 @@ _ui:
cpu: 25m
memory: 64Mi
node_selector: {}
node_selector: []
tolerations: []

# Labels defined on the resource, which should be propagated to child resources
additional_labels: []
Expand Down

0 comments on commit 12998d2

Please sign in to comment.