diff --git a/k8s/apps/immich/db.yaml b/k8s/apps/immich/db.yaml index 112db47..16dd484 100644 --- a/k8s/apps/immich/db.yaml +++ b/k8s/apps/immich/db.yaml @@ -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" }