k3s-infra/apps/immich/postgres.yaml
2023-12-22 00:34:44 +01:00

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