File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed
Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
55 name : &app immich
66spec :
77 targetNamespace : default
8+ components :
9+ - ../../../../components/postgres
810 dependsOn :
911 - name : crunchy-postgres-cluster-vector
1012 namespace : database
2830 substitute :
2931 APP : *app
3032 GATUS_SUBDOMAIN : photos
33+ patches :
34+ - target :
35+ kind : PostgresCluster
36+ patch : |-
37+ apiVersion: postgres-operator.crunchydata.com/v1beta1
38+ kind: PostgresCluster
39+ metadata:
40+ name: immich
41+ spec:
42+ postgresVersion: 16
43+ image: ghcr.io/budimanjojo/cdpgvecto.rs:16@sha256:81732e18125371bbbf965caa5cb367b45f43f6f8c60102675a821981987007b7
44+ patroni:
45+ dynamicConfiguration:
46+ synchronous_mode: true
47+ postgresql:
48+ synchronous_commit: "on"
49+ parameters:
50+ max_connections: 500
51+ shared_preload_libraries: "vectors.so"
52+ search_path: '"$user", public, vectors"'
Original file line number Diff line number Diff line change 3333 substitute :
3434 APP : *app
3535 GATUS_SUBDOMAIN : status
36- patches :
37- - target :
38- kind : PostgresCluster
39- patch : |-
40- - op: remove
41- path: /spec/dataSource
You can’t perform that action at this time.
0 commit comments