3256819705
Create a PodDisruptionBudget to ensure minimum availability of the schemas service during voluntary disruptions. This enhances the service's resilience and ensures high availability.
10 lines
169 B
YAML
10 lines
169 B
YAML
apiVersion: policy/v1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: schemas-pdb
|
|
spec:
|
|
minAvailable: 1
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: schemas
|