Files
LiquidCode_Cluster/postgres-operator/manifests/postgres-pod-priority-class.yaml
Пытков Роман 7230a00a87 Pg, install scripts
2023-12-14 14:04:16 +03:00

12 lines
318 B
YAML

apiVersion: scheduling.k8s.io/v1
description: 'This priority class must be used only for databases controlled by the
Postgres operator'
kind: PriorityClass
metadata:
labels:
application: postgres-operator
name: postgres-pod-priority
preemptionPolicy: PreemptLowerPriority
globalDefault: false
value: 1000000