Files
homelab/k8s/apps/ollama/kustomization.yaml
AB 869a75f6e4
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 13s
Merge branch 'main' of ssh://gt.hexor.cy:30022/ab/homelab
2025-11-07 16:11:40 +02:00

11 lines
262 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: ollama
repo: https://otwld.github.io/ollama-helm/
version: 0.4.0
releaseName: ollama
namespace: ollama
valuesFile: ollama-values.yaml
includeCRDs: true