gomods / athens-charts

Helm charts for athens
https://gomods.github.io/athens-charts/
MIT License
10 stars 14 forks source link

Allow setting a priority class name #56

Closed alex-bezek closed 6 months ago

alex-bezek commented 6 months ago

Why

We run athens using this helm chart and would like to change its priority class in the cluster.

How

Validation

❯ helm template charts/athens-proxy | grep priority
❯ helm template charts/athens-proxy --set priorityClassName=critical | grep priority
      priorityClassName: "critical"