apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: production-ready-rabbitmq spec: maxUnavailable: 1 selector: matchLabels: app.kubernetes.io/name: production-ready