feat: revamp and use single namespace and update to latest versions

This commit is contained in:
2025-09-21 17:53:34 +05:00
parent 9b0434721b
commit cc90d7793a
18 changed files with 277 additions and 194 deletions

View File

@@ -7,7 +7,6 @@ type NginxOptions = {
provider: HelmProvider;
name: string;
namespace: string;
version: string;
};
export class Nginx extends Construct {