12 lines
201 B
YAML
Raw Normal View History

# infrastructure/traefik/pdb.yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: traefik
namespace: traefik
spec:
minAvailable: 1
selector:
matchLabels:
app: traefik