removed unecessary ENVs
This commit is contained in:
		@@ -52,14 +52,6 @@ spec:
 | 
				
			|||||||
                  name: immich-db-app
 | 
					                  name: immich-db-app
 | 
				
			||||||
                  key: password
 | 
					                  key: password
 | 
				
			||||||
                  optional: false
 | 
					                  optional: false
 | 
				
			||||||
            # Check this ENVs maybe it works also for other ML models
 | 
					 | 
				
			||||||
            - name: MACHINE_LEARNING_PRELOAD__CLIP
 | 
					 | 
				
			||||||
              value: ViT-B-32__openai
 | 
					 | 
				
			||||||
            - name: MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION
 | 
					 | 
				
			||||||
              value: buffalo_l
 | 
					 | 
				
			||||||
            # May not be needed
 | 
					 | 
				
			||||||
            - name: MACHINE_LEARNING_EXECUTION_PROVIDERS
 | 
					 | 
				
			||||||
              value: "OpenVINOExecutionProvider,CPUExecutionProvider"
 | 
					 | 
				
			||||||
          envFrom:
 | 
					          envFrom:
 | 
				
			||||||
            - configMapRef:
 | 
					            - configMapRef:
 | 
				
			||||||
                name: immich
 | 
					                name: immich
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user