From 88b0dc5154e56b7e3d179bd7163e05ea748c25c7 Mon Sep 17 00:00:00 2001
From: Steffen Illium <Steffen.Illium@gmail.com>
Date: Mon, 24 Jun 2024 21:59:28 +0200
Subject: [PATCH] adjust external immich route

---
 apps/immich/base/ingress.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/immich/base/ingress.yaml b/apps/immich/base/ingress.yaml
index 9527bf5..c880dfd 100644
--- a/apps/immich/base/ingress.yaml
+++ b/apps/immich/base/ingress.yaml
@@ -6,6 +6,7 @@ metadata:
 spec:
   entryPoints:
     - websecure-local
+    - websecure-front
   tls: {}
   routes:
   - match: Host(`photos.steffenillium.de`)