--- apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: towerops-pdb namespace: towerops spec: minAvailable: 1 # Keep at least 1 pod running during voluntary disruptions selector: matchLabels: app: towerops