fix: NetworkSecurity | incorrect IP cidr in allow list

This commit is contained in:
2025-11-23 01:04:28 +05:00
parent 008ef748c6
commit 5906fdc2b4

View File

@@ -71,7 +71,7 @@ export class NetworkSecurity extends TerraformStack {
provider: kubernetes,
namespace,
name: "ip-allow-list",
sourceRanges: ["192.168.18.0/24", "10.43.0.0/16"],
sourceRanges: ["192.168.18.0/24", "10.42.0.0/16"],
});
new IpAllowListMiddlewareTCP(this, "tcp-internal-ip-allow-list", {