feat: Traefik | add ingress route construct with certificate construct

This commit is contained in:
2025-11-22 13:03:42 +05:00
parent dc349f1d84
commit 49c9f7f27f
3 changed files with 181 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ import { Construct } from "constructs";
import { KubernetesProvider } from "@cdktf/provider-kubernetes/lib/provider";
import { Manifest } from "@cdktf/provider-kubernetes/lib/manifest";
export { CloudflareCertificate } from "./certificate";
type CertManagerOptions = {
providers: {
kubernetes: KubernetesProvider;