fix immich postgres cluster
This commit is contained in:
@@ -1,25 +1,11 @@
|
|||||||
---
|
---
|
||||||
apiVersion: postgresql.cnpg.io/v1
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
kind: ImageCatalog
|
|
||||||
metadata:
|
|
||||||
name: immich
|
|
||||||
namespace: immich
|
|
||||||
spec:
|
|
||||||
images:
|
|
||||||
- major: 17
|
|
||||||
image: docker.io/tensorchord/pgvecto-rs:pg17-v0.4.0-rootless
|
|
||||||
---
|
|
||||||
apiVersion: postgresql.cnpg.io/v1
|
|
||||||
kind: Cluster
|
kind: Cluster
|
||||||
metadata:
|
metadata:
|
||||||
name: immich
|
name: immich-postgres
|
||||||
namespace: immich
|
namespace: immich
|
||||||
spec:
|
spec:
|
||||||
imageCatalogRef:
|
imageName: ghcr.io/tensorchord/cloudnative-vectorchord:14-0.4.3
|
||||||
apiGroup: postgresql.cnpg.io
|
|
||||||
kind: ImageCatalog
|
|
||||||
name: immich
|
|
||||||
major: 17
|
|
||||||
|
|
||||||
instances: 1
|
instances: 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user