Files
homelab/k8s/apps/ollama/kustomization.yaml

26 lines
578 B
YAML
Raw Normal View History

2025-11-07 16:07:03 +02:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- external-secrets.yaml
- local-pv.yaml
2026-03-16 15:36:16 +00:00
- open-terminal.yaml
2025-11-07 16:07:03 +02:00
helmCharts:
2025-11-07 16:11:29 +02:00
- name: ollama
2025-11-07 16:07:03 +02:00
repo: https://otwld.github.io/ollama-helm/
version: 1.49.0
2025-11-07 16:07:03 +02:00
releaseName: ollama
namespace: ollama
valuesFile: ollama-values.yaml
2025-11-07 16:52:16 +02:00
includeCRDs: true
- name: open-webui
repo: https://helm.openwebui.com/
version: 12.8.1
2025-11-07 16:52:16 +02:00
releaseName: openweb-ui
namespace: ollama
valuesFile: openweb-ui-values.yaml
includeCRDs: true
patches:
- path: patch-runtimeclass.yaml