We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005e88e commit 1227e97Copy full SHA for 1227e97
1 file changed
my-apps/ai/ollama/deployment.yaml
@@ -55,12 +55,13 @@ spec:
55
value: "0.0.0.0:11434"
56
- name: OLLAMA_MODELS
57
value: "/root/.ollama/models"
58
- # Removed NVIDIA env vars - device plugin handles GPU access
+ - name: OLLAMA_CONFIG
59
+ value: "/etc/ollama/ollama.json"
60
volumeMounts:
61
- name: models
62
mountPath: /root/.ollama
63
- name: config
- mountPath: /root/.ollama/ollama.json
64
+ mountPath: /etc/ollama/ollama.json
65
subPath: ollama.json
66
readOnly: true
67
livenessProbe:
@@ -86,6 +87,5 @@ spec:
86
87
88
configMap:
89
name: ollama-configmap
- # Removed nvidia-driver hostPath - device plugin handles this
90
nodeSelector:
91
feature.node.kubernetes.io/pci-0300_10de.present: "true"
0 commit comments