infra4talos/apps-kustomized/immich/postgres.yaml
2026-05-31 16:16:17 +02:00

26 lines
625 B
YAML

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: immich-database
namespace: immich
spec:
instances: 1
storage:
size: 1Gi
imageName: ghcr.io/cloudnative-pg/postgresql:18-standard-trixie
postgresql:
shared_preload_libraries:
- "vchord.so"
# This extension is loaded via the Database CRD at cloudnative-pg-database.yaml
extensions:
- name: vchord
image:
reference: ghcr.io/tensorchord/vchord-scratch:pg18-v1.1.1
dynamic_library_path:
- /usr/lib/postgresql/18/lib
extension_control_path:
- /usr/share/postgresql/18/