feat: Utils | add high level longhorn pvc construct

This commit is contained in:
2025-11-22 20:27:33 +05:00
parent e8caa6a23d
commit 80219a3d0a
2 changed files with 61 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
export { CloudflareCertificate } from "./cert-manager";
export { OnePasswordSecret } from "./1password-secret";
export { IngressRoute } from "./traefik";
export { IngressRoute, IngressRouteTcp } from "./traefik";
export { LonghornPvc } from "./longhorn";