Skip to content

Commit

Permalink
chore: Update ollama CPU limits and requests in variables.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 25, 2024
1 parent a037204 commit d43ea42
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 @@ -6,8 +6,8 @@ metadata:
data:
cluster_domain: devantler.com
github_client_id: Ov23liZIEJ2YLmtdcZTG
ollama_cpu_limit: "4"
ollama_cpu_request: "4"
ollama_cpu_limit: "6"
ollama_cpu_request: "6"
ollama_memory_limit: 16Gi
ollama_memory_request: 16Gi
traefik_forward_auth_address: https://oauth2-proxy.devantler.com/
Expand Down

0 comments on commit d43ea42

Please sign in to comment.