Update machine-learning-port
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
||||
containers:
|
||||
- env:
|
||||
- name: IMMICH_PORT
|
||||
value: "2283"
|
||||
value: "3003"
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
|
||||
name: immich-machine-learning
|
||||
resources: {}
|
||||
|
||||
@@ -84,7 +84,7 @@ func Stack() stack.Stack {
|
||||
func MachineLearning() apps.Deployment {
|
||||
envMapping := map[string]string{
|
||||
// "REDIS_PORT": fmt.Sprintf("%d", RedisPort),
|
||||
"IMMICH_PORT": fmt.Sprintf("%d", root.Immich.Port),
|
||||
"IMMICH_PORT": fmt.Sprintf("%d", MachineLearningPort),
|
||||
}
|
||||
cacheVol := kube.NewVolumeFrom(kube.VolumeSourcePVC, "cache", machine_learning_pvc.Name)
|
||||
podSpec := core.PodSpec{
|
||||
|
||||
Reference in New Issue
Block a user