Update machine-learning-port
This commit is contained in:
@@ -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