apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: customercore-api-pdb namespace: customercore spec: minAvailable: 1 selector: matchLabels: app: customercore-api