fix: Traefik | remove custom tls option

This commit is contained in:
2025-12-11 09:17:03 +05:00
parent fccfcb9883
commit 5089e54e27
3 changed files with 0 additions and 38 deletions

View File

@@ -7,7 +7,6 @@ import {
RateLimitMiddleware,
IpAllowListMiddleware,
IpAllowListMiddlewareTCP,
TLSOptions,
} from "./traefik";
import { ValkeyCluster } from "./valkey";
import { InternalIngressRoute, PrivateCertificate } from "../utils";
@@ -68,11 +67,6 @@ export class NetworkSecurity extends TerraformStack {
name: "rate-limit",
});
new TLSOptions(this, "tls-options", {
provider: kubernetes,
namespace,
});
new IpAllowListMiddleware(this, "internal-ip-allow-list", {
provider: kubernetes,
namespace,