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

22 lines
327 B
YAML

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: immich-postgres
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:15
bootstrap:
initdb:
owner: immich
database: immich
secret:
name: postgres-password
storage:
size: 1Gi
storageClass: nfs-client