Skip to content
Snippets Groups Projects
Verified Commit b56771b5 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(nextcloud): Add baisc PDB for app

parent 2d5f7d17
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ resources:
- ../../base/nextcloud
- certificate.yaml
- nextcloud-values.yaml
- pdb.yaml
- slo.yaml
- ../../../shared/resourcequotas/default.yaml
patchesStrategicMerge:
......
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: nextcloud-app
spec:
minAvailable: 1
selector:
matchLabels:
app.kubernetes.io/component: app
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/name: nextcloud
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment