feat: add pdb

This commit is contained in:
Steve Lowery 2024-01-04 20:06:28 -06:00
parent 4cab3e718d
commit f1c905732d
No known key found for this signature in database
GPG Key ID: 71D35D1685F85C02
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
labels:
product: engineering-productivity
team: deploy-platform
project: guestbook
name: guestbook-ui
namespace: guestbook
spec:
maxUnavailable: 20%
selector:
matchLabels:
product: engineering-productivity
project: guestbook