diff --git a/litellm/litellm.yaml b/litellm/litellm.yaml index 6bb68fb..95cbd45 100644 --- a/litellm/litellm.yaml +++ b/litellm/litellm.yaml @@ -102,6 +102,13 @@ spec: - "/app/proxy_server_config.yaml" ports: - containerPort: 4000 + resources: + requests: + memory: "512Mi" + cpu: "500m" + limits: + memory: "2Gi" + cpu: "1000m" volumeMounts: - name: config-volume mountPath: /app/proxy_server_config.yaml