Skip to content

Commit

Permalink
cleanup kubernetes manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
ili16 committed Jan 26, 2024
1 parent dd721b6 commit c4975de
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 77 deletions.
4 changes: 2 additions & 2 deletions Kubernetes/modernizer/modernizer-backend-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
env:
- name: OLLAMA_URL
value: "http://ollama-service.ba-kovacevic:11434"
- name: WEBUI_URL
value: "http://ollama-webui-service.ba-kovacevic:8080"
- name: WEAVIATE_HOST
value: "weaviate.ba-kovacevic:80"
- name: OLLAMA_MODEL
value: "starcoder:3b"
- name: WEAVIATE_KEY
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion Kubernetes/modernizer/modernizer-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
name: modernizer-backend-service
port:
number: 443
- path: /debug-ollama(/|$)(.*)
- path: /debug(/|$)(.*)
pathType: Prefix
backend:
service:
Expand Down
19 changes: 0 additions & 19 deletions Kubernetes/ollama/ollama-chatbot-deployment.yml

This file was deleted.

14 changes: 0 additions & 14 deletions Kubernetes/ollama/ollama-chatbot-service.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Kubernetes/ollama/ollama-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
lifecycle:
postStart:
exec:
command: ["ollama", "run", "codellama:7b-instruct"]
command: ["ollama", "run", "starcoder:3b"]
volumes:
- name: ollama-volume
persistentVolumeClaim:
Expand Down
27 changes: 0 additions & 27 deletions Kubernetes/ollama/ollama-webui-deployment.yml

This file was deleted.

13 changes: 0 additions & 13 deletions Kubernetes/ollama/ollama-webui-service.yml

This file was deleted.

0 comments on commit c4975de

Please sign in to comment.