Add glance stack

This commit is contained in:
Daniel Cosme
2026-05-07 11:51:35 -04:00
parent 9ed2e10454
commit 58c733260f
11 changed files with 160 additions and 1 deletions
-1
View File
@@ -83,7 +83,6 @@ func Stack() stack.Stack {
func MachineLearning() apps.Deployment {
envMapping := map[string]string{
// "REDIS_PORT": fmt.Sprintf("%d", RedisPort),
"IMMICH_PORT": fmt.Sprintf("%d", MachineLearningPort),
}
cacheVol := kube.NewVolumeFrom(kube.VolumeSourcePVC, "cache", machine_learning_pvc.Name)