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 ---