aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/kubevirt-operator/templates/priorityclass.yaml
blob: c3e533ddf067a20c78d924fd402ec097e29b259c (plain)
1
2
3
4
5
6
7
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
  name: {{ include "kubevirt-operator.priorityClassName" . }}
value: 1000000000
globalDefault: false
description: "This priority class should be used for core kubevirt components only."