11 lines
173 B
YAML
11 lines
173 B
YAML
apiVersion: policy/v1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: k8s-pilot
|
|
namespace: k8s-pilot
|
|
spec:
|
|
minAvailable: 1
|
|
selector:
|
|
matchLabels:
|
|
app: k8s-pilot
|