cert-manager + metallb configs
diff --git a/scripts/homelab/metallb-config.yaml b/scripts/homelab/metallb-config.yaml
new file mode 100644
index 0000000..70e5493
--- /dev/null
+++ b/scripts/homelab/metallb-config.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  namespace: metallb-system
+  name: config
+data:
+  config: |
+    address-pools:
+    - name: default
+      protocol: layer2
+      addresses:
+      - 192.168.0.200-192.168.1.250