Skip to content

Commit

Permalink
Do double of GPU recommendation for mem request and mem limit
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 19, 2024
1 parent 060334a commit 0041531
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 @@ -9,8 +9,8 @@ data:
oauth2_proxy_client_id: Ov23liQ4UtmGpfwiYpSZ
ollama_cpu_limit: "6"
ollama_cpu_request: "6"
ollama_memory_limit: 10Gi
ollama_memory_request: 10Gi
ollama_memory_limit: 16Gi
ollama_memory_request: 16Gi
ollama_persistence_enabled: "true"
traefik_forward_auth_address: https://oauth2-proxy.devantler.com/
traefik_forward_auth_ssl_host: devantler.com

0 comments on commit 0041531

Please sign in to comment.