Compare commits

...

5 Commits

Author SHA1 Message Date
AB
7285c62b37 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 12s
Check with kubeconform / lint (push) Successful in 14s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2025-11-07 17:07:14 +02:00
ab
60f8d86fca Merge pull request 'Auto-update README with k8s applications' (#10) from auto-update-readme-20251107-145618 into main
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Reviewed-on: #10
2025-11-07 15:06:01 +00:00
AB
2387653edd Merge branch 'main' of ssh://gt.hexor.cy:30022/ab/homelab 2025-11-07 17:05:25 +02:00
AB
78a639162b Added ollama 2025-11-07 17:05:11 +02:00
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
2 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
clusterDomain: ai.hexor.cy
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
ollama:
enabled: true
ollama:

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"