Skip to content

Commit

Permalink
Update node selector for changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Mar 19, 2024
1 parent 428a529 commit 035bc65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,9 @@ osm-seed:
memory: '24Gi'
cpu: '10'
nodeSelector:
enabled: false
enabled: true
label_key: nodegroup_type
label_value: web

# ====================================================================================================
# Variables for osmcha web
Expand Down
4 changes: 3 additions & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,9 @@ osm-seed:
memory: '24Gi'
cpu: '10'
nodeSelector:
enabled: false
enabled: true
label_key: nodegroup_type
label_value: web
# ====================================================================================================
# Variables for osmcha web
# ====================================================================================================
Expand Down

0 comments on commit 035bc65

Please sign in to comment.