add annotations

This commit is contained in:
duhow 2024-02-19 23:22:10 +01:00
parent 34b7fd18c7
commit f82347ead6
No known key found for this signature in database
5 changed files with 28 additions and 2 deletions

View file

@ -1,4 +1,6 @@
ollama:
annotations: {}
podAnnotations: {}
replicaCount: 1
image:
repository: ollama/ollama
@ -20,6 +22,7 @@ ollama:
effect: NoSchedule
service:
type: ClusterIP
annotations: {}
port: 80
containerPort: 11434
gpu:
@ -27,6 +30,8 @@ ollama:
enabled: false
webui:
annotations: {}
podAnnotations: {}
replicaCount: 1
image:
repository: ghcr.io/open-webui/open-webui
@ -52,6 +57,7 @@ webui:
tolerations: []
service:
type: ClusterIP
annotations: {}
port: 80
containerPort: 8080
nodePort: ""