Files
homelab/infrastructure/hydra/postgres/immich-db.yaml
T

15 lines
238 B
YAML
Raw Normal View History

2026-04-30 19:29:26 -04:00
apiVersion: postgresql.cnpg.io/v1
kind: Database
metadata:
name: immich-db
namespace: cnpg-cluster
spec:
cluster:
name: cnpg-cluster
2026-05-05 14:10:38 -04:00
extensions:
- ensure: present
name: pgvector
2026-04-30 19:29:26 -04:00
name: immich
owner: immich
status: {}