mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 20:03:44 +00:00
16 lines
441 B
YAML
16 lines
441 B
YAML
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
|