apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: immich-postgres
spec:
  instances: 1
  imageName: ghcr.io/bo0tzz/cnpgvecto.rs:16

  bootstrap:
    initdb:
      owner: immich
      database: immich
      secret: 
        name: postgres-password


  storage:
    size: 1Gi
    storageClass: nfs-client