thingsboard / thingsboard-ce-k8s

ThingsBoard Community Edition Kubernetes scripts and docs
Apache License 2.0
72 stars 89 forks source link

fix(jsexecutor): fix jexecutorSelector to nodeSelector #123

Closed T-Shirai1 closed 6 months ago

T-Shirai1 commented 6 months ago

background

・The js-excuter node selector is supported, but it is incorrect and the js-excuter Pod cannot be placed on a specific node. ・If a Pod cannot be placed on a specific node, it may affect the resources of that node if it is placed on another node, so I would like to fix this.

Fixes

 Change the description of "jexecutorSelector" in js-excuter to "nodeSelector"