diff --git a/apps/templates/metallb.yaml b/apps/templates/metallb.yaml index 3fc35a1..bcf177e 100644 --- a/apps/templates/metallb.yaml +++ b/apps/templates/metallb.yaml @@ -21,4 +21,13 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true +--- +apiVersion: metallb.io/v1beta1 +kind: IPAddressPool +metadata: + name: first-pool + namespace: metallb-system +spec: + addresses: + - 10.0.2.240-10.0.2.250 \ No newline at end of file