Compare commits
6 Commits
auto-updat
...
60f8d86fca
| Author | SHA1 | Date | |
|---|---|---|---|
| 60f8d86fca | |||
| 90b197bcbe | |||
|
|
156d26aaf9 | ||
| 700b9cf5ff | |||
| 84bd1fc05a | |||
| cb3defd28c |
@@ -43,6 +43,7 @@ ArgoCD homelab project
|
|||||||
| **jellyfin** | [](https://ag.hexor.cy/applications/argocd/jellyfin) |
|
| **jellyfin** | [](https://ag.hexor.cy/applications/argocd/jellyfin) |
|
||||||
| **k8s-secrets** | [](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
|
| **k8s-secrets** | [](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
|
||||||
| **khm** | [](https://ag.hexor.cy/applications/argocd/khm) |
|
| **khm** | [](https://ag.hexor.cy/applications/argocd/khm) |
|
||||||
|
| **ollama** | [](https://ag.hexor.cy/applications/argocd/ollama) |
|
||||||
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
||||||
| **pasarguard** | [](https://ag.hexor.cy/applications/argocd/pasarguard) |
|
| **pasarguard** | [](https://ag.hexor.cy/applications/argocd/pasarguard) |
|
||||||
| **qbittorent-nas** | [](https://ag.hexor.cy/applications/argocd/qbittorent-nas) |
|
| **qbittorent-nas** | [](https://ag.hexor.cy/applications/argocd/qbittorent-nas) |
|
||||||
|
|||||||
@@ -8,4 +8,11 @@ helmCharts:
|
|||||||
releaseName: ollama
|
releaseName: ollama
|
||||||
namespace: ollama
|
namespace: ollama
|
||||||
valuesFile: ollama-values.yaml
|
valuesFile: ollama-values.yaml
|
||||||
|
includeCRDs: true
|
||||||
|
- name: open-webui
|
||||||
|
repo: https://helm.openwebui.com/
|
||||||
|
version: 8.14.0
|
||||||
|
releaseName: openweb-ui
|
||||||
|
namespace: ollama
|
||||||
|
valuesFile: openweb-ui-values.yaml
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
20
k8s/apps/ollama/openweb-ui-values.yaml
Normal file
20
k8s/apps/ollama/openweb-ui-values.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
clusterDomain: ai.hexor.cy
|
||||||
|
ollama:
|
||||||
|
enabled: true
|
||||||
|
ollama:
|
||||||
|
gpu:
|
||||||
|
enabled: false
|
||||||
|
models:
|
||||||
|
pull:
|
||||||
|
- qwen3-vl:8b
|
||||||
|
run:
|
||||||
|
- qwen3-vl:8b
|
||||||
|
|
||||||
|
pipelines:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
tika:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
websocket:
|
||||||
|
enabled: true
|
||||||
@@ -206,14 +206,14 @@ EOT
|
|||||||
create_group = true
|
create_group = true
|
||||||
access_groups = ["admins"]
|
access_groups = ["admins"]
|
||||||
}
|
}
|
||||||
"ollama" = {
|
"ollama-webui" = {
|
||||||
name = "Ollama API"
|
name = "OpenWeb-UI"
|
||||||
slug = "ollama"
|
slug = "ollama-webui"
|
||||||
group = "Tools"
|
group = "Tools"
|
||||||
external_host = "https://ai.hexor.cy"
|
external_host = "https://ai.hexor.cy"
|
||||||
internal_host = "http://ollama.ollama.svc:11434"
|
internal_host = "http://open-webui.ollama.svc"
|
||||||
internal_host_ssl_validation = false
|
internal_host_ssl_validation = false
|
||||||
meta_description = "Ollama API"
|
meta_description = "OpenWeb UI"
|
||||||
meta_icon = "https://ollama.com/public/ollama.png"
|
meta_icon = "https://ollama.com/public/ollama.png"
|
||||||
mode = "proxy"
|
mode = "proxy"
|
||||||
outpost = "kubernetes-outpost"
|
outpost = "kubernetes-outpost"
|
||||||
|
|||||||
Reference in New Issue
Block a user