Files
devops-infra-helm-charts-gcp/manifests/priorityclass/gke-datascience-prd-ase1a/spot-termination-handler.yaml
T
2026-08-26 03:39:42 +05:30

9 lines
335 B
YAML

apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: spot-termination-handler
description: |
High priority for spot termination handler DaemonSet. Ensures handler pod is terminated after regular workloads during node shutdown, giving it time to drain the node.
preemptionPolicy: PreemptLowerPriority
value: 1000000