From dcdd9c1d25391e4518383ec061f6cc8667c96ccf Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Tue, 6 Jan 2026 04:47:35 +0000 Subject: [PATCH] add apigateway to kustomization --- apps/base/customer1/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/base/customer1/kustomization.yaml b/apps/base/customer1/kustomization.yaml index c9b0d83..ea19146 100644 --- a/apps/base/customer1/kustomization.yaml +++ b/apps/base/customer1/kustomization.yaml @@ -10,5 +10,6 @@ resources: - http-route.yaml - customer1-n8n-secret.yaml - pg-cluster-customer1.yaml - - customer1-db-credentials.yaml + - customer1-db-credentials.yaml + - apigateway.yaml