Skip to content

Commit

Permalink
Add PodDisruptionBudget (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Porres Molina <[email protected]>
  • Loading branch information
rporres authored Mar 15, 2021
1 parent add8381 commit f998217
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openshift/app-interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ kind: Template
metadata:
name: app-interface
objects:
- apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: app-interface
spec:
minAvailable: 1
selector:
matchLabels:
app: app-interface
- apiVersion: v1
kind: DeploymentConfig
metadata:
Expand Down

0 comments on commit f998217

Please sign in to comment.