From 1f025ee95729959a17afd801116c39d0cd03639e Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Sun, 10 May 2026 22:49:03 +0800 Subject: [PATCH] fix(deploy): unify gingress namespace to app --- deploy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/values.yaml b/deploy/values.yaml index f9aa89c..9888173 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -139,7 +139,7 @@ services: # Gingress controller configuration gingress: - namespace: "gingress-system" + namespace: "app" repository: gingress replicaCount: 2 httpPort: 80