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
193 stars 156 forks source link

Add priorityclassname Support and Test #160

Closed reynoldsme closed 1 year ago

reynoldsme commented 1 year ago

Description

Fixes #159.

This PR introduces suport for priorityClassName and adds the TestK8sServicePriorityClassName test.

TODOs

Read the Gruntwork contribution guidelines.

*documented in values.yaml. I'm happy to add something to /charts/k8s-service/README.md if that is determined to be necessary.

Release Notes (draft)

Added support for priorityClassName.

josh-padnick commented 1 year ago

@ryehowell Could you take a look at this when you get a chance? 'cc @gitsstewart

ryehowell commented 1 year ago

Hey @reynoldsme, thanks for the contribution! I'm wrapping up a couple other PR's at the moment, but will review this next. It probably won't be until tomorrow though. I went ahead and kicked off the CI build as well.