11 lines
174 B
YAML
11 lines
174 B
YAML
apiVersion: policy/v1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: prop
|
|
namespace: prop
|
|
spec:
|
|
minAvailable: 1
|
|
selector:
|
|
matchLabels:
|
|
app: prop
|
|
tier: hot
|