Add immich secret

This commit is contained in:
Daniel Cosme
2026-05-01 13:38:11 -04:00
parent 7fd65110bd
commit 5e4c4b7628
14 changed files with 93 additions and 65 deletions

View File

@@ -1,6 +1,8 @@
package root
import (
"fmt"
"danicos.dev/daniel/go-kube/pkg/kube"
)
@@ -38,10 +40,12 @@ var Immich = Service{
}
var (
Longhorn = "longhorn"
Monitoring = "monitoring"
CloudNativePG = "cnpg"
PGClusterNamespace = kube.Namespace(CloudNativePG + "-cluster")
Longhorn = "longhorn"
Monitoring = "monitoring"
CloudNativePG = "cnpg"
PGClusterNamespace = kube.Namespace(CloudNativePG + "-cluster")
PG_CLUSTER_HOSTNAME = fmt.Sprintf("%s-rw.%s.svc.cluster.local", PGClusterNamespace.Name, PGClusterNamespace.Name)
PG_CLUSTER_PORT = 5432
)
var (