Skip to content

Commit

Permalink
Update node selector for osmcha production
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 3, 2024
1 parent 0207a04 commit e25aafe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ osm-seed:
memory: "512Mi"
cpu: "1"
nodeSelector:
enabled: false
enabled: true
label_key: nodegroup_type
label_value: web
# ====================================================================================================
Expand Down Expand Up @@ -764,4 +764,6 @@ osm-seed:
AWS_ElasticBlockStore_volumeID: vol-065901d9a34a6fbf9
AWS_ElasticBlockStore_size: 100Gi
nodeSelector:
enabled: false
enabled: true
label_key: nodegroup_type
label_value: web

0 comments on commit e25aafe

Please sign in to comment.