fix: add cube+earthdistance to postInitApplicationSQL, immich needs them for geo queries

This commit is contained in:
Story Crater Bot
2026-08-25 18:50:09 -07:00
parent abed329636
commit 2b01e7c5f3
+2
View File
@@ -40,6 +40,8 @@ spec:
# manually once (kubectl exec ... psql -U postgres -c 'CREATE EXTENSION').
postInitApplicationSQL:
- "CREATE EXTENSION IF NOT EXISTS vector;"
- "CREATE EXTENSION IF NOT EXISTS cube;"
- "CREATE EXTENSION IF NOT EXISTS earthdistance;"
enableSuperuserAccess: false
resources:
requests: { memory: "512Mi", cpu: "250m" }