This commit is contained in:
parent
42ac1b869b
commit
3f27afc6fb
2 changed files with 11 additions and 0 deletions
|
@ -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
10
garage/resources/pdb.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
apiVersion: policy/v1
|
||||||
|
kind: PodDisruptionBudget
|
||||||
|
metadata:
|
||||||
|
name: garage
|
||||||
|
spec:
|
||||||
|
maxUnavailable: 1
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/name: garage
|
Loading…
Reference in a new issue