feat: Utils | add public and internal ingress routes

This commit is contained in:
2025-11-22 23:18:56 +05:00
parent 35c3c70b08
commit 4f5fbcf83a
8 changed files with 149 additions and 27 deletions

View File

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