Skip to content

Commit

Permalink
fix-ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
rwlove committed Jan 12, 2025
1 parent 4907a02 commit 1c025be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/main/apps/ai/ollama/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ spec:
OLLAMA_ORIGINS: "*"
#OLLAMA_MODELS: &pvc /models

securityContext:
privileged: true

resources:
requests:
memory: 8G
Expand All @@ -64,9 +67,6 @@ spec:

priorityClassName: ai-gpu-critical

securityContext:
privileged: true

affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 1c025be

Please sign in to comment.