12 lines
201 B
YAML
12 lines
201 B
YAML
# infrastructure/traefik/pdb.yaml
|
|
apiVersion: policy/v1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: traefik
|
|
namespace: traefik
|
|
spec:
|
|
minAvailable: 1
|
|
selector:
|
|
matchLabels:
|
|
app: traefik
|