File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.0.8
18
+ version : 2.0.9
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -32,3 +32,9 @@ helm delete home-orchestrator --namespace <namespace to use>
32
32
33
33
| Name | Description | Value |
34
34
| ---- | ----------- | ----- |
35
+ | configuration.nameGuest | set DNS service name to access ollama-guest | home-orchestrator-ollama-guest |
36
+ | configuration.portGuest | set TCP port ollama-guest will used | 31434 |
37
+ | configuration.nameHost | set DNS service name to access ollama-host | home-orchestrator-ollama-host |
38
+ | configuration.portHost | set TCP port ollama-host will used | 31435 |
39
+ | configuration.model | set model to preload | llama3.2:1b-instruct-q4_K_M |
40
+ | configuration.ollamaVersion | set ollama version to use | "latest" |
Original file line number Diff line number Diff line change 73
73
- name : models
74
74
mountPath : /root/.ollama
75
75
- name : ollama-guest
76
- image : ollama/ollama
76
+ image : ollama/ollama:{{ .Values.configuration.ollamaVersion }}
77
77
env :
78
78
- name : OLLAMA_HOST
79
79
value : http://0.0.0.0:{{ .Values.configuration.portGuest }}
You can’t perform that action at this time.
0 commit comments