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

@@ -1,14 +0,0 @@
apiVersion: postgresql.cnpg.io/v1
kind: Database
metadata:
name: immich-db
namespace: cnpg-cluster
spec:
cluster:
name: cnpg-cluster
extensions:
- ensure: present
name: vector
name: immich
owner: immich
status: {}

View File

@@ -5,5 +5,4 @@ metadata:
namespace: cnpg-cluster namespace: cnpg-cluster
resources: resources:
- cluster-namespace.yaml - cluster-namespace.yaml
- immich-db.yaml
- pg-cluster.yaml - pg-cluster.yaml

View File

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