feat(garage): set PDB
All checks were successful
Renovate / renovate (push) Successful in 58s

This commit is contained in:
Peter 2024-05-13 11:46:38 +02:00
parent 42ac1b869b
commit 3f27afc6fb
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 11 additions and 0 deletions

View file

@ -24,6 +24,7 @@ resources:
- resources/services.yaml - resources/services.yaml
- resources/api_routes.yaml - resources/api_routes.yaml
- resources/web_routes.yaml - resources/web_routes.yaml
- resources/pdb.yaml
- backup/ - backup/
configMapGenerator: configMapGenerator:

10
garage/resources/pdb.yaml Normal file
View file

@ -0,0 +1,10 @@
---
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: garage
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: garage