Files
homelab/k8s/apps/ollama/kustomization.yaml
ab 5718981b67
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 20s
Check with kubeconform / lint (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 11s
Update k8s/apps/ollama/kustomization.yaml
2025-11-07 14:10:30 +00:00

11 lines
267 B
YAML

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