add intel gpu to ollama

This commit is contained in:
Morten Olsen
2026-01-08 15:15:47 +01:00
parent d79d3bfaba
commit b553a9e6ce

View File

@@ -19,6 +19,14 @@ spec:
- name: "{{ .Release.Name }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
env:
- name: OLLAMA_INTEL_GPU
value: "true"
resources:
limits:
gpu.intel.com/i915: "1"
requests:
gpu.intel.com/i915: "1"
ports:
- name: http
containerPort: 11434