fix: add cube+earthdistance to postInitApplicationSQL, immich needs them for geo queries
This commit is contained in:
@@ -40,6 +40,8 @@ spec:
|
|||||||
# manually once (kubectl exec ... psql -U postgres -c 'CREATE EXTENSION').
|
# manually once (kubectl exec ... psql -U postgres -c 'CREATE EXTENSION').
|
||||||
postInitApplicationSQL:
|
postInitApplicationSQL:
|
||||||
- "CREATE EXTENSION IF NOT EXISTS vector;"
|
- "CREATE EXTENSION IF NOT EXISTS vector;"
|
||||||
|
- "CREATE EXTENSION IF NOT EXISTS cube;"
|
||||||
|
- "CREATE EXTENSION IF NOT EXISTS earthdistance;"
|
||||||
enableSuperuserAccess: false
|
enableSuperuserAccess: false
|
||||||
resources:
|
resources:
|
||||||
requests: { memory: "512Mi", cpu: "250m" }
|
requests: { memory: "512Mi", cpu: "250m" }
|
||||||
|
|||||||
Reference in New Issue
Block a user