Skip to content

Commit

Permalink
Update ollama CPU limits and requests to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 19, 2024
1 parent 0041531 commit 8fe492f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/clusters/homelab-prod/variables/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ data:
cluster_domain: devantler.com
ingress_class_name: traefik
oauth2_proxy_client_id: Ov23liQ4UtmGpfwiYpSZ
ollama_cpu_limit: "6"
ollama_cpu_request: "6"
ollama_cpu_limit: "4"
ollama_cpu_request: "4"
ollama_memory_limit: 16Gi
ollama_memory_request: 16Gi
ollama_persistence_enabled: "true"
Expand Down

0 comments on commit 8fe492f

Please sign in to comment.