Fix immich redis name

This commit is contained in:
Daniel Cosme
2026-05-05 12:25:26 -04:00
parent 4b1d5a6f9b
commit 34d558db72
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ func Redis() apps.Deployment {
podSpec := core.PodSpec{
Containers: []core.Container{
{
Name: "immich_redis",
Name: "redis",
Image: "docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9",
},
},