diff --git a/litellm/litellm.yaml b/litellm/litellm.yaml index 6bb68fb..d3bd78c 100644 --- a/litellm/litellm.yaml +++ b/litellm/litellm.yaml @@ -112,6 +112,13 @@ spec: env: - name: STORE_MODEL_IN_DB value: "True" + resources: + requests: + memory: "512Mi" + cpu: "250m" + limits: + memory: "2Gi" + cpu: "1000m" volumes: - name: config-volume configMap: