argocd-example-apps/guestbook/guestbook-pdb.yaml

16 lines
321 B
YAML
Raw Normal View History

2024-01-05 03:06:28 +01:00
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