From e5fcc3f3393693a6e057eb4494e04479dd35b946 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 20 Jan 2026 10:16:45 +0100 Subject: [PATCH] fixed typo --- infra/IPAddressPool_public-pool_metallb-system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/IPAddressPool_public-pool_metallb-system.yaml b/infra/IPAddressPool_public-pool_metallb-system.yaml index 5701f95..b29d16c 100644 --- a/infra/IPAddressPool_public-pool_metallb-system.yaml +++ b/infra/IPAddressPool_public-pool_metallb-system.yaml @@ -16,7 +16,7 @@ spec: addresses: # Single IP dedicated to public ingress # Adjust this to an available IP in your network! - - 192.168.0..190/32 + - 192.168.0.190/32 # Prevent auto-assignment - only explicit requests get this IP autoAssign: false ---