Delete immich db

This commit is contained in:
Daniel Cosme
2026-05-05 15:15:58 -04:00
parent 268ea5cf31
commit f38c6ab38a
3 changed files with 1 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ func Stack() stack.Stack {
map[string]any{
"cluster-namespace": root.PGClusterNamespace,
"pg-cluster": Cluster(),
"immich-db": ImmichDatabase(),
// "immich-db": ImmichDatabase(),
},
)
return kz.Stack("postgres")