diff --git a/cluster/apps/immich/immich-ml.yml b/cluster/apps/immich/immich-ml.yml index e65249b..c49b9fc 100644 --- a/cluster/apps/immich/immich-ml.yml +++ b/cluster/apps/immich/immich-ml.yml @@ -16,10 +16,9 @@ spec: labels: app: immich-ml spec: - runtimeClassName: nvidia containers: - name: immich-machine-learning - image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-cuda + image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-openvino ports: - containerPort: 3003 env: @@ -34,9 +33,9 @@ spec: mountPath: /cache resources: requests: - nvidia.com/gpu: "1" + gpu.intel.com/i915: "1" limits: - nvidia.com/gpu: "1" + gpu.intel.com/i915: "1" volumes: - name: model-cache persistentVolumeClaim: diff --git a/cluster/apps/open-webui/open-webui-pvc.yml b/disabled/apps/open-webui/open-webui-pvc.yml similarity index 100% rename from cluster/apps/open-webui/open-webui-pvc.yml rename to disabled/apps/open-webui/open-webui-pvc.yml diff --git a/cluster/apps/open-webui/open-webui-svc.yml b/disabled/apps/open-webui/open-webui-svc.yml similarity index 100% rename from cluster/apps/open-webui/open-webui-svc.yml rename to disabled/apps/open-webui/open-webui-svc.yml diff --git a/cluster/apps/open-webui/open-webui.yml b/disabled/apps/open-webui/open-webui.yml similarity index 100% rename from cluster/apps/open-webui/open-webui.yml rename to disabled/apps/open-webui/open-webui.yml diff --git a/cluster/helm/gpu-operator/gpu-operator-configmap.yml b/disabled/helm/gpu-operator/gpu-operator-configmap.yml similarity index 100% rename from cluster/helm/gpu-operator/gpu-operator-configmap.yml rename to disabled/helm/gpu-operator/gpu-operator-configmap.yml diff --git a/cluster/helm/gpu-operator/gpu-operator-release.yml b/disabled/helm/gpu-operator/gpu-operator-release.yml similarity index 100% rename from cluster/helm/gpu-operator/gpu-operator-release.yml rename to disabled/helm/gpu-operator/gpu-operator-release.yml diff --git a/cluster/helm/gpu-operator/gpu-operator-repo.yml b/disabled/helm/gpu-operator/gpu-operator-repo.yml similarity index 100% rename from cluster/helm/gpu-operator/gpu-operator-repo.yml rename to disabled/helm/gpu-operator/gpu-operator-repo.yml diff --git a/cluster/helm/ollama/ollama-pvc.yml b/disabled/helm/ollama/ollama-pvc.yml similarity index 100% rename from cluster/helm/ollama/ollama-pvc.yml rename to disabled/helm/ollama/ollama-pvc.yml diff --git a/cluster/helm/ollama/ollama-release.yml b/disabled/helm/ollama/ollama-release.yml similarity index 100% rename from cluster/helm/ollama/ollama-release.yml rename to disabled/helm/ollama/ollama-release.yml diff --git a/cluster/helm/ollama/ollama-repo.yml b/disabled/helm/ollama/ollama-repo.yml similarity index 100% rename from cluster/helm/ollama/ollama-repo.yml rename to disabled/helm/ollama/ollama-repo.yml