15 lines
259 B
YAML
15 lines
259 B
YAML
---
|
|
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
name: immich-postgres
|
|
namespace: immich
|
|
spec:
|
|
imageName: ghcr.io/tensorchord/cloudnative-vectorchord:14-0.4.3
|
|
|
|
instances: 1
|
|
|
|
storage:
|
|
size: 10Gi
|
|
storageClass: mayastor-single-hdd
|