Priority Class
Appears in
.Values.priorityClass
Naming scheme
$FullName-$PriorityClassName
(release-name-chart-name-priorityClassName)
priorityClass
Define priority classes
Key | priorityClass |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
$name
Define priority class
Key | priorityClass.$name |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default | {} |
Example
enabled
Enables or Disables the priority class
Key | priorityClass.$name.enabled |
Type | bool |
Required | ✅ |
Helm tpl | ✅ |
Default | false |
Example
namespace
Define the namespace for this object
Key | priorityClass.$name.namespace |
Type | string |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | "" |
Example
labels
Additional labels for priority class
Key | priorityClass.$name.labels |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
annotations
Additional annotations for priority class
Key | priorityClass.$name.annotations |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
value
Define the value for this priority class
Key | priorityClass.$name.value |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | 1000000 |
Example
globalDefault
Define if this priority class is the global default
Key | priorityClass.$name.globalDefault |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | false |
Example
description
Define the description for this priority class
Key | priorityClass.$name.description |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | No description given |
Example
preemptionPolicy
Define the preemption policy for this priority class
Key | priorityClass.$name.preemptionPolicy |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | Immediate |
Valid values are:
PreemptLowerPriority
Never
Example