mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
feat: deploy Ollama
This commit is contained in:
parent
58633c7175
commit
3ffbe89db3
7
apps/ollama/Chart.yaml
Normal file
7
apps/ollama/Chart.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v2
|
||||
name: ollama
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: app-template
|
||||
version: 2.6.0
|
||||
repository: https://bjw-s.github.io/helm-charts
|
32
apps/ollama/values.yaml
Normal file
32
apps/ollama/values.yaml
Normal file
@ -0,0 +1,32 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user