Commit Graph

61 Commits

Author SHA1 Message Date
b40b8a9ff9 feat(k8s/archmirror): add Arch Linux mirror stack 2026-02-26 00:18:36 +02:00
ca9a4c3566 feat(k8s/external): add Home Assistant external routing via Traefik 2026-02-23 19:45:35 +02:00
931d95224d feat(k8s/jellyfin): add internal HTTP ingress for LAN access without TLS 2026-02-23 19:45:34 +02:00
e146238ce7 feat(k8s/jellyfin): scale deployment to 1 after data migration 2026-02-23 19:45:33 +02:00
6a13c209c4 feat(k8s/jellyfin): add Jellyfin stack (deployment scaled to 0 for data migration)
Jellyfin media server with Intel GPU hardware transcoding, NFS media
volume, and UDP discovery/DLNA ports. OIDC auth handled internally
by Jellyfin (no Authelia middleware on ingress).
2026-02-23 19:45:32 +02:00
0d87d7409e feat(k8s/immich): unsuspend HelmRelease after data migration 2026-02-23 19:45:29 +02:00
46e82016af feat(k8s/immich): add immich stack (HelmRelease suspended for migration) 2026-02-23 19:45:29 +02:00
5e7a81c9cd feat(k8s/media): scale apps to 1 after data migration 2026-02-23 19:45:27 +02:00
942887c997 feat(k8s/media): implement and scale apps to zero for migration 2026-02-23 19:45:26 +02:00
db16af0d27 fix(k8s/infra): split infrastructure into controllers and configs stages
ClusterIssuer dry-run fails because cert-manager CRDs are not yet
installed when the single infrastructure Kustomization is applied.
Split into infrastructure-controllers (Helm charts that install CRDs)
and infrastructure-configs (CRD-dependent resources like ClusterIssuer)
with a dependency between them.
2026-02-23 19:45:23 +02:00
a36a925451 refactor: drop prod/dev separation 2026-02-23 19:45:22 +02:00