Compare commits

...

4 Commits

Author SHA1 Message Date
ab
90b197bcbe Update terraform/authentik/proxy-apps.tfvars
All checks were successful
Terraform / Terraform (push) Successful in 44s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
2025-11-07 14:58:47 +00:00
AB
700b9cf5ff Added ollama
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 53s
Check with kubeconform / lint (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2025-11-07 16:53:16 +02:00
AB
84bd1fc05a Merge branch 'main' of ssh://gt.hexor.cy:30022/ab/homelab
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 15s
Check with kubeconform / lint (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2025-11-07 16:52:27 +02:00
AB
cb3defd28c Added ollama 2025-11-07 16:52:16 +02:00
3 changed files with 32 additions and 5 deletions

View File

@@ -8,4 +8,11 @@ helmCharts:
releaseName: ollama
namespace: ollama
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

View 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

View File

@@ -206,14 +206,14 @@ EOT
create_group = true
access_groups = ["admins"]
}
"ollama" = {
name = "Ollama API"
slug = "ollama"
"ollama-webui" = {
name = "OpenWeb-UI"
slug = "ollama-webui"
group = "Tools"
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
meta_description = "Ollama API"
meta_description = "OpenWeb UI"
meta_icon = "https://ollama.com/public/ollama.png"
mode = "proxy"
outpost = "kubernetes-outpost"