From 309eaa591f4ea52f4fe3c1467f487f50abbada79 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sun, 31 May 2026 16:30:48 +0200 Subject: [PATCH] Ingress --- app-of-apps/immich.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app-of-apps/immich.yaml b/app-of-apps/immich.yaml index cba2a4d..97f3873 100644 --- a/app-of-apps/immich.yaml +++ b/app-of-apps/immich.yaml @@ -20,6 +20,20 @@ spec: existingClaim: immich-data valkey: enabled: true + ingress: + enabled: true + annotations: + nginx.ingress.kubernetes.io/proxy-body-size: "0" + external-dns.alpha.kubernetes.io/target: home.martyn.berlin + hosts: + - host: immich.martyn.berlin + paths: + - path: "/" + service: + identifier: main + tls: + - hosts: + - host: immich.martyn.berlin - repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git path: apps-kustomized/immich project: apps