Skip to content

Commit

Permalink
remove env var from ollama deployment and add to modernizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ili16 committed Jan 4, 2024
1 parent 348267d commit e937716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Kubernetes/modernizer/modernizer-backend-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ spec:
ports:
- containerPort: 8080
imagePullPolicy: Always
env:
- name: OLLAMA_URL
value: "ollama-service.ba-kovacevic:11434"
3 changes: 0 additions & 3 deletions Kubernetes/ollama/ollama-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ spec:
ports:
- containerPort: 11434
command: ["ollama", "run", "codellama:7b-instruct"]
env:
- name: OLLAMA_URL
value: "ollama-service.ba-kovacevic:11434"

0 comments on commit e937716

Please sign in to comment.