mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
9bfdbca6cd
add priorityClassname to pod definition
10 lines
265 B
YAML
10 lines
265 B
YAML
priorityClassName: "high-priority"
|
|
|
|
extraObjects:
|
|
- apiVersion: scheduling.k8s.io/v1
|
|
kind: PriorityClass
|
|
metadata:
|
|
name: high-priority
|
|
value: 1000000
|
|
globalDefault: false
|
|
description: "This priority class should be used only for tests."
|