From 46fdff720fdf19ce9326aa81484465e16495f5b8 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Wed, 3 Dec 2025 21:01:28 +0900 Subject: [PATCH] chore(librechat): adjust kubernetes resouces --- librechat/values.gomplate.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/librechat/values.gomplate.yaml b/librechat/values.gomplate.yaml index d704e9f..39cfceb 100644 --- a/librechat/values.gomplate.yaml +++ b/librechat/values.gomplate.yaml @@ -94,10 +94,10 @@ ingress: resources: requests: - cpu: 100m + cpu: 25m memory: 512Mi limits: - cpu: 1000m + cpu: 100m memory: 1Gi mongodb: @@ -110,6 +110,13 @@ mongodb: tag: "latest" persistence: size: 8Gi + resources: + requests: + cpu: 75m + memory: 512Mi + limits: + cpu: 500m + memory: 2Gi podSecurityContext: fsGroup: 1001 seccompProfile: @@ -132,6 +139,13 @@ meilisearch: tag: "v1.7.3" auth: existingMasterKeySecret: "librechat-credentials-env" + resources: + requests: + cpu: 25m + memory: 256Mi + limits: + cpu: 100m + memory: 1Gi podSecurityContext: fsGroup: 1000 seccompProfile: