better immich postgres-vectors handling
This commit is contained in:
		| @@ -12,19 +12,23 @@ spec: | ||||
|       secret: | ||||
|         name: postgres-password | ||||
|  | ||||
|   # Enable the VECTORS extension | ||||
|       postInitSQL: | ||||
|         - CREATE EXTENSION IF NOT EXISTS "vectors"; | ||||
|  | ||||
|   postgresql: | ||||
|     shared_preload_libraries: | ||||
|       - "vectors.so" | ||||
|  | ||||
|     # Persistent storage configuration | ||||
|   # Persistent storage configuration | ||||
|   storage: | ||||
|     size: 1Gi | ||||
|     size: 2Gi | ||||
|     pvcTemplate: | ||||
|       accessModes: | ||||
|         - ReadWriteOnce | ||||
|       resources: | ||||
|         requests: | ||||
|           storage: 1Gi | ||||
|           storage: 2Gi | ||||
|       storageClassName: nfs-client | ||||
|       volumeMode: Filesystem | ||||
|   monitoring: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user