File tree 3 files changed +4
-2
lines changed
3 files changed +4
-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.9
18
+ version : 2.0.10
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 88
88
volumes :
89
89
- name : models
90
90
hostPath :
91
- path : /srv/shared-container-volumes/ollama :/root/.ollama
91
+ path : {{ .Values.configuration.hostVolumePath }} :/root/.ollama
92
92
terminationGracePeriodSeconds : 30
93
93
---
94
+ # path: /srv/shared-container-volumes/ollama:/root/.ollama
94
95
# apiVersion: v1
95
96
# kind: Service
96
97
# metadata:
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ configuration:
14
14
portHost : 31435
15
15
model : llama3.2:1b-instruct-q4_K_M
16
16
ollamaVersion : " latest"
17
+ hostVolumePath : /srv/shared-container-volumes/ollama
You can’t perform that action at this time.
0 commit comments