1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
90 stars 73 forks source link

Add priorityClassName for the deployments #177

Open jkrusy opened 11 months ago

jkrusy commented 11 months ago

Summary

We need to prioritize the deployments for the Operator and Connect. Therefor we need the possibility to add a priorityClassName for those deployments.

Use cases

We had the situation where we needed the Operator and Connect to be scheduled prioritized to other applications. While starting a new cluster, we needed the Operator and Connect prior to all other applications so that the secrets become available as soon as possible.

Proposed solution

Adding a priorityClassName for both deployments as prepared in the PR #178

Is there a workaround to accomplish this today?

Not with helm alone.

References & Prior Work

PR in #178

jkrusy commented 9 months ago

Any information how to keep this topic going?