apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: cosmic-clash-game namespace: cosmic-clash labels: app.kubernetes.io/name: game-server-pdb spec: # Voluntary node drains must preserve the Fleet's two-Ready floor. Agones # remains responsible for replacing an evicted process before more capacity # is voluntarily removed. minAvailable: 2 selector: matchLabels: app.kubernetes.io/name: game-server