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

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

View File

@@ -5,15 +5,15 @@ metadata:
namespace: truenas-csi
resources:
- node-binding.yaml
- nfs-storage-class.yaml
- node-deamonset.yaml
- iscsi-storage-class.yaml
- controller-deployment.yaml
- controller-binding.yaml
- node-deamonset.yaml
- CSIDriver.yaml
- config.yaml
- namespace.yaml
- controller-service-account.yaml
- controller-cluster-role.yaml
- node-service-account.yaml
- controller-binding.yaml
- node-cluster-role.yaml
- CSIDriver.yaml
- config.yaml
- nfs-storage-class.yaml
- namespace.yaml
- node-service-account.yaml