Standardize config.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user