Files
HetznerTerra/infrastructure/charts/rancher/templates/priorityClass.yaml
T
micqdf b1eab6a0fa
Deploy Cluster / Terraform (push) Successful in 31s
Deploy Cluster / Ansible (push) Has been cancelled
fix: vendor Rancher chart for bootstrap
2026-04-25 23:08:26 +00:00

9 lines
262 B
YAML

apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: rancher-critical
labels: {{ include "rancher.labels" . | nindent 4 }}
value: 1000000000
globalDefault: false
description: "Priority class used by pods critical to rancher's functionality."