Skip to content

Commit

Permalink
Set nodeSelector=true for memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Mar 19, 2024
1 parent 30afe60 commit 428a529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ osm-seed:
memcached:
enabled: true
nodeSelector:
enabled: false
enabled: true
label_key: nodegroup_type
label_value: web
resources:
Expand Down
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ osm-seed:
memcached:
enabled: true
nodeSelector:
enabled: false
enabled: true
label_key: nodegroup_type
label_value: web
resources:
Expand Down

0 comments on commit 428a529

Please sign in to comment.