Feature Description
In Kubernetes, priorityClassName is a field in a Pod's specification that assigns a specific scheduling importance to that Pod. It links the Pod to a PriorityClass object, which defines a numeric value used by the scheduler.
Suggested Solution (optional)
Adding priorityClassName field to a Helm chart which will allow define Pod deployment priority.
Already existing or connected issues / PRs (optional)
#683
Feature Description
In Kubernetes,
priorityClassNameis a field in a Pod's specification that assigns a specific scheduling importance to that Pod. It links the Pod to a PriorityClass object, which defines a numeric value used by the scheduler.Suggested Solution (optional)
Adding priorityClassName field to a Helm chart which will allow define Pod deployment priority.
Already existing or connected issues / PRs (optional)
#683