fix: NixCache | remove insecure ingress and use secure one

This commit is contained in:
2025-11-22 23:21:30 +05:00
parent 244accede7
commit 5b6f0398f9
3 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import { Construct } from "constructs";
import { TerraformStack } from "cdktf";
import { KubernetesProvider } from "@cdktf/provider-kubernetes/lib/provider";
import { NixCache } from "./nixcache";
import { NixCache } from "./nix";
export class CacheInfrastructure extends TerraformStack {
constructor(scope: Construct, id: string) {