Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
c1a61550e9 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 18s
Generated by CI/CD workflow on 2026-03-06 23:31:46

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-06 23:31:46 +00:00
3 changed files with 7 additions and 10 deletions

View File

@@ -7,14 +7,14 @@ resources:
helmCharts: helmCharts:
- name: ollama - name: ollama
repo: https://otwld.github.io/ollama-helm/ repo: https://otwld.github.io/ollama-helm/
version: 1.49.0 version: 0.4.0
releaseName: ollama releaseName: ollama
namespace: ollama namespace: ollama
valuesFile: ollama-values.yaml valuesFile: ollama-values.yaml
includeCRDs: true includeCRDs: true
- name: open-webui - name: open-webui
repo: https://helm.openwebui.com/ repo: https://helm.openwebui.com/
version: 12.8.1 version: 8.14.0
releaseName: openweb-ui releaseName: openweb-ui
namespace: ollama namespace: ollama
valuesFile: openweb-ui-values.yaml valuesFile: openweb-ui-values.yaml

View File

@@ -4,11 +4,6 @@ image:
tag: "latest" tag: "latest"
nodeSelector: nodeSelector:
kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net
tolerations:
- key: workload
operator: Equal
value: desktop
effect: NoSchedule
ingress: ingress:
enabled: false enabled: false
ollama: ollama:

View File

@@ -1,4 +1,4 @@
clusterDomain: cluster.local clusterDomain: ai.hexor.cy
extraEnvVars: extraEnvVars:
GLOBAL_LOG_LEVEL: debug GLOBAL_LOG_LEVEL: debug
@@ -46,5 +46,7 @@ ingress:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd
host: "ai.hexor.cy" host: "ai.hexor.cy"
tls: true tls:
existingSecret: ollama-tls - hosts:
- '*.hexor.cy'
secretName: ollama-tls