From 203a30d488ed029aa86e47e3c4eae2f07c285a68 Mon Sep 17 00:00:00 2001 From: infra Date: Wed, 21 Feb 2024 21:20:10 -0800 Subject: [PATCH] Add body size to unit --- charts/langsmith/Chart.yaml | 2 +- charts/langsmith/templates/backend/config-map.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index 6ca6832..ce998dd 100644 --- a/charts/langsmith/Chart.yaml +++ b/charts/langsmith/Chart.yaml @@ -5,5 +5,5 @@ maintainers: email: ankush@langchain.dev description: Helm chart to deploy the langsmith application and all services it depends on. type: application -version: 0.3.2 +version: 0.3.3 appVersion: "0.1.0" diff --git a/charts/langsmith/templates/backend/config-map.yaml b/charts/langsmith/templates/backend/config-map.yaml index 73e81a7..1d41671 100644 --- a/charts/langsmith/templates/backend/config-map.yaml +++ b/charts/langsmith/templates/backend/config-map.yaml @@ -21,5 +21,10 @@ data: "module": "app.main", "callable": "app" } + }, + "settings": { + "http": { + "max_body_size": 26214400 + } } }