feat(k8s/services/miniflux): add basefiles
This commit is contained in:
parent
6b03d333b8
commit
424d395058
8 changed files with 166 additions and 4 deletions
10
k8s/services/miniflux/poddisruptionbudget.yaml
Normal file
10
k8s/services/miniflux/poddisruptionbudget.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: policy/v1
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: miniflux-pdb
|
||||
namespace: apps-roboces
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: miniflux
|
||||
maxUnavailable: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue