3847f3b297
**Add priorityClassName support to Coder Helm chart** Add coder.priorityClassName configuration to the Helm chart that allows setting the pod's priorityClassName in the deployment **Usage:** ``` coder: priorityClassName: high-priority ``` See: https://github.com/coder/coder/discussions/20676 --------- Co-authored-by: Rowan Smith <rowan@coder.com>
5 lines
67 B
YAML
5 lines
67 B
YAML
coder:
|
|
image:
|
|
tag: latest
|
|
priorityClassName: high-priority
|