Deploy Immich via Helm chart with: - PostgreSQL cluster with pgvecto.rs (immich-pg) for AI vector search - NFS storage on sifaka for photo library - Tailscale Ingress + Caddy proxy for photos.ops.eblu.me access - Machine learning service for face/object recognition Immich provides a self-hosted Google Photos/iCloud alternative with AI-powered search, face recognition, and support for RAW files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
200 B
YAML
10 lines
200 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: databases
|
|
|
|
resources:
|
|
- blumeops-pg.yaml
|
|
- immich-pg.yaml
|
|
- service-tailscale.yaml
|
|
- service-metrics-tailscale.yaml
|