Files
homelab/k8s/apps/ollama/ollama-values.yaml

21 lines
530 B
YAML
Raw Normal View History

2025-11-07 16:07:03 +02:00
image:
repository: ollama/ollama
pullPolicy: Always
tag: "latest"
2025-11-07 16:07:59 +02:00
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
2025-11-07 16:07:03 +02:00
ingress:
enabled: true
className: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd
hosts:
- host: ai.hexor.cy
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- '*.hexor.cy'
secretName: ollama-tls