Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.36 KB

CloudNativePG Container with Vecto.rs

Build

Important

This repository has been archived in favor of tensorchord/cloudnative-pgvecto.rs. The current images will continue to be available, but new versions will not be built in this repository.

This repo builds Docker images for CloudNativePG with the pgvecto.rs extension installed.

Both versions are automatically updated by Renovate bot, so new releases will be available within a few hours.

Images

Images are available at ghcr.io/gabe565/cloudnativepg-vecto-rs. There are tags available for Postgres v14, v15, and v16.

Deployment

Set .spec.imageName in the Cluster to use one of the container images provided by this repository.

For example:

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: example
spec:
  instances: 3
  imageName: ghcr.io/gabe565/cloudnativepg-vecto-rs:16
  postgresql:
    shared_preload_libraries:
      - vectors.so