apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: nextcloud-postgres spec: instances: 1 imageName: ghcr.io/cloudnative-pg/postgresql:16 bootstrap: initdb: owner: nextcloud database: nextcloud secret: name: postgres-credentials storage: size: 1Gi storageClass: nfs-client monitoring: enablePodMonitor: true