mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
10 lines
178 B
YAML
10 lines
178 B
YAML
apiVersion: policy/v1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: foo
|
|
namespace: default
|
|
spec:
|
|
minAvailable: 1
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: foo
|