From 67272b7dbd8eb3016f049cf7faa7e527b68c7d22 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 31 Jul 2025 22:35:37 +0200 Subject: [PATCH] Add chat-ui-proxy to kustomization resources --- apps/prod/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/prod/kustomization.yaml b/apps/prod/kustomization.yaml index 1dd4228..0086c38 100644 --- a/apps/prod/kustomization.yaml +++ b/apps/prod/kustomization.yaml @@ -7,4 +7,5 @@ resources: - lemma - ghost - dashboard - - llamactl-proxy \ No newline at end of file + - llamactl-proxy + - chat-ui-proxy \ No newline at end of file