khuedoan-homelab/apps/ollama/values.yaml

33 lines
690 B
YAML
Raw Normal View History

2024-03-27 00:45:05 +07:00
app-template:
controllers:
main:
containers:
main:
image:
repository: docker.io/ollama/ollama
tag: 0.1.29
service:
main:
ports:
http:
port: 11434
protocol: HTTP
ingress:
main:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: &host ollama.khuedoan.com
paths:
- path: /
pathType: Prefix
service:
name: main
port: http
tls:
- hosts:
- *host
secretName: ollama-tls-certificate