You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install hono in production environment effectively, we need to have nodeSelectors, tolerations and serviceAccount definitions in the deployment/statefulset templates.
Since there is no implementation of it, we edited those templates manually and add values to the values yaml. We are deploying every hono deployment/statefulsets to the same nodes so we only put nodeSelector and tolerations variables in those templates. It would be much better if you could add those variables to each deployment/statefulset with _helpers.tpl templating.
The text was updated successfully, but these errors were encountered:
burhanuguz
changed the title
nodeSelector, tolerations and serviceAccounts for deployments/statefulsets
Add nodeSelector, tolerations and serviceAccounts to deployments/statefulsets in Hono Chart
Jan 11, 2023
Hi,
To install hono in production environment effectively, we need to have nodeSelectors, tolerations and serviceAccount definitions in the deployment/statefulset templates.
Since there is no implementation of it, we edited those templates manually and add values to the values yaml. We are deploying every hono deployment/statefulsets to the same nodes so we only put nodeSelector and tolerations variables in those templates. It would be much better if you could add those variables to each deployment/statefulset with _helpers.tpl templating.
The text was updated successfully, but these errors were encountered: