22 lines
321 B
YAML
22 lines
321 B
YAML
|
|
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
|
|
|