From 785e2a732043ec9eae90a57f40620f346733c2d2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 21:52:27 -0600 Subject: [PATCH] remove machine learning --- clusters/cl01tl/helm/immich/values.yaml | 65 ------------------------- 1 file changed, 65 deletions(-) diff --git a/clusters/cl01tl/helm/immich/values.yaml b/clusters/cl01tl/helm/immich/values.yaml index b6fbc1119..5f2b35c27 100644 --- a/clusters/cl01tl/helm/immich/values.yaml +++ b/clusters/cl01tl/helm/immich/values.yaml @@ -18,8 +18,6 @@ immich: value: all - name: IMMICH_CONFIG_FILE value: /config/immich.json - - name: IMMICH_MACHINE_LEARNING_URL - value: http://immich-machine-learning.immich:3003 - name: REDIS_HOSTNAME value: redis-replication-immich-master - name: DB_VECTOR_EXTENSION @@ -90,52 +88,6 @@ immich: gpu.intel.com/i915: 1 cpu: 10m memory: 512Mi - machine-learning: - type: deployment - replicas: 1 - strategy: Recreate - revisionHistoryLimit: 3 - containers: - main: - image: - repository: ghcr.io/immich-app/immich-machine-learning - tag: v2.3.1 - pullPolicy: IfNotPresent - env: - - name: TRANSFORMERS_CACHE - value: /cache - probes: - liveness: - enabled: true - custom: true - spec: - httpGet: - path: /ping - port: 3003 - initialDelaySeconds: 0 - periodSeconds: 10 - timeoutSeconds: 1 - failureThreshold: 3 - readiness: - enabled: true - custom: true - spec: - httpGet: - path: /ping - port: 3003 - initialDelaySeconds: 0 - periodSeconds: 10 - timeoutSeconds: 1 - failureThreshold: 3 - startup: - enabled: false - resources: - limits: - gpu.intel.com/i915: 1 - requests: - gpu.intel.com/i915: 1 - cpu: 10m - memory: 256Mi service: main: controller: main @@ -152,13 +104,6 @@ immich: port: 8082 targetPort: 8082 protocol: TCP - machine-learning: - controller: machine-learning - ports: - http: - port: 3003 - targetPort: 3003 - protocol: TCP persistence: config: enabled: true @@ -171,16 +116,6 @@ immich: readOnly: true mountPropagation: None subPath: immich.json - cache: - storageClass: ceph-block - accessMode: ReadWriteOnce - size: 10Gi - retain: true - advancedMounts: - machine-learning: - main: - - path: /cache - readOnly: false media: existingClaim: immich-nfs-storage advancedMounts: