Standardize config.

This commit is contained in:
2026-05-23 19:51:33 +00:00
parent e2e3f730a5
commit 6b5325c6f3
87 changed files with 426 additions and 531 deletions

View File

@@ -17,14 +17,14 @@ spec:
component: machine-learning
spec:
containers:
- image: "{{ .mlImage }}"
- image: "ghcr.io/immich-app/immich-machine-learning:v1.135.3"
name: immich-machine-learning
ports:
- containerPort: {{ .mlPort }}
- containerPort: 3003
protocol: TCP
env:
- name: TZ
value: "{{ .timezone }}"
value: "UTC"
volumeMounts:
- mountPath: /cache
name: immich-cache