mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
31 lines
544 B
Markdown
31 lines
544 B
Markdown
# Priority Class Name
|
|
|
|
## Key: priorityClassName
|
|
|
|
Info:
|
|
|
|
- Type: `string`
|
|
- Default: `""`
|
|
- Helm Template: ❌
|
|
|
|
Can be defined in:
|
|
|
|
- `.Values`.priorityClassName
|
|
- `.Values.jobs.[job-name].podSpec`.priorityClassName
|
|
|
|
---
|
|
|
|
Defines the `priorityClassName` for the workloads.
|
|
|
|
Leaving it empty it will let Kubernetes resolve the `priorityClassName`.
|
|
|
|
Examples:
|
|
|
|
```yaml
|
|
priorityClassName: some-priority-class-name
|
|
```
|
|
|
|
Kubernetes Documentation:
|
|
|
|
- [Priority Class](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/)
|