Pg, install scripts
This commit is contained in:
11
postgres-operator/manifests/postgres-pod-priority-class.yaml
Normal file
11
postgres-operator/manifests/postgres-pod-priority-class.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user