From ae9d9ebc4d2dea9e4d4c7038ecc1a07f930c61c6 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 20 Jan 2026 10:15:54 +0100 Subject: [PATCH] changed public LB IP --- 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 c6763a7..5701f95 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.221/32 + - 192.168.0..190/32 # Prevent auto-assignment - only explicit requests get this IP autoAssign: false ---