diff --git a/infrastructure/metallb/kustomization.yaml b/infrastructure/metallb/kustomization.yaml index f6df7e6..1a1452c 100644 --- a/infrastructure/metallb/kustomization.yaml +++ b/infrastructure/metallb/kustomization.yaml @@ -7,3 +7,4 @@ resources: - ippool.yaml patchesStrategicMerge: - patches/node-placement.yaml + - patches/speaker-loglevel.yaml diff --git a/infrastructure/metallb/patches/speaker-loglevel.yaml b/infrastructure/metallb/patches/speaker-loglevel.yaml new file mode 100644 index 0000000..26f21f9 --- /dev/null +++ b/infrastructure/metallb/patches/speaker-loglevel.yaml @@ -0,0 +1,14 @@ +# infrastructure/metallb/patches/speaker-loglevel.yaml +apiVersion: apps/v1 +kind: DaemonSet +metadata: + name: metallb-speaker + namespace: metallb-system +spec: + template: + spec: + containers: + - name: speaker + args: + - --port=7472 + - --log-level=debug