mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-11-12 09:23:55 +01:00
16 lines
321 B
YAML
16 lines
321 B
YAML
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
|