K3s-cluster/environments/prod/bootstrap/metallb-patch.yaml

14 lines
238 B
YAML

apiVersion: apps/v1
kind: DaemonSet
metadata:
name: speaker
namespace: metallb-system
spec:
template:
spec:
tolerations:
- key: "type"
operator: "Equal"
value: "services"
effect: "NoSchedule"