eefb79771f
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
8 lines
148 B
YAML
8 lines
148 B
YAML
apiVersion: scheduling.k8s.io/v1
|
|
kind: PriorityClass
|
|
metadata:
|
|
name: normal
|
|
value: 100
|
|
globalDefault: true
|
|
preemptionPolicy: PreemptLowerPriority
|