ADD: implement migration scripts for PostgreSQL to Longhorn; update Immich configurations for namespace and persistent storage

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-25 18:51:42 +02:00
parent 1125b8b072
commit 9905abd9b4
19 changed files with 655 additions and 20 deletions
@@ -2,9 +2,11 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: immich-database
namespace: photoprism
namespace: immich
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: immich-database
@@ -13,6 +15,8 @@ spec:
labels:
app: immich-database
spec:
securityContext:
fsGroup: 1000
containers:
- name: immich-postgres
image: "docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0"