increase litellm memory allowance

This commit is contained in:
Roger Oriol
2026-07-22 21:17:51 +02:00
parent e44d7ba1fc
commit a8c7df67fe

View File

@@ -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