This commit is contained in:
Michael Thomson
2026-05-12 14:56:32 -04:00
parent 4f5701ddb0
commit 500a9549ae
4 changed files with 81 additions and 0 deletions

46
apps/ollama/release.yaml Normal file
View File

@@ -0,0 +1,46 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: ollama
namespace: ollama
spec:
chart:
spec:
chart: ollama
version: 1.x
sourceRef:
kind: HelmRepository
name: ollama
interval: 15m
releaseName: ollama
values:
runtimeClassName: nvidia
ollama:
gpu:
enabled: true
type: nvidia
nvidiaResource: nvidia.com/gpu
number: 1
models:
pull:
- qwen3.5:9b
run:
- qwen3.5:9b
persistentVolume:
enabled: true
size: 50Gi
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: ollama.michaelthomson.dev
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- ollama.michaelthomson.dev
secretName: ollama-tls