kubernetes/introduction-to-kubernetes/nginx/nginx-pdb.yaml (9 lines of code) (raw):

apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: name: nginx-pdb spec: minAvailable: 1 selector: matchLabels: component: nginx