Add Immich Database

This commit is contained in:
Daniel Cosme
2026-04-30 19:29:26 -04:00
parent 4d0c2f1cd9
commit 7fd65110bd
15 changed files with 68 additions and 45 deletions

View File

@@ -1,5 +1,9 @@
package root
import (
"danicos.dev/daniel/go-kube/pkg/kube"
)
type Service struct {
Name string
Image string
@@ -34,9 +38,10 @@ var Immich = Service{
}
var (
Longhorn = "longhorn"
Monitoring = "monitoring"
CloudNativePG = "cnpg"
Longhorn = "longhorn"
Monitoring = "monitoring"
CloudNativePG = "cnpg"
PGClusterNamespace = kube.Namespace(CloudNativePG + "-cluster")
)
var (