stakater / application

Generic helm chart for all kind of applications
http://stakater.com
MIT License
199 stars 85 forks source link

add priorityClassName for the deployment #298

Closed dmitry-mightydevops closed 2 months ago

dmitry-mightydevops commented 6 months ago

Is your feature request related to a problem? Please describe.

Add ability to define priorityClassName for the deployment

    preemptionPolicy: PreemptLowerPriority
    priority: 1000000
    priorityClassName: high-priority

Describe the solution you'd like

Add ability to define that field in deployment.priorityClassName which would inject the value in the deployment template.

Describe alternatives you've considered None.

Additional context None