gruntwork-io / helm-kubernetes-services

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Apache License 2.0
190 stars 152 forks source link

Support priorityClassName #159

Closed reynoldsme closed 1 year ago

reynoldsme commented 1 year ago

Describe the solution you'd like Support for priorityClassName (stable as of k8s v1.14) to assign a PriorityClass to deployments creating using the k8s-service helm chart.

Describe alternatives you've considered I am not aware of a viable alternative method of adding priorityClassName to k8s-service based deployments other than adding support to the helm chart.

Additional context priorityClassName documentation