From bc56e3b531b7c8cea56f6d7f7c3a49c956d6365c Mon Sep 17 00:00:00 2001 From: Martyn Date: Sun, 31 May 2026 16:36:39 +0200 Subject: [PATCH] Just the main ingress? --- app-of-apps/immich.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/app-of-apps/immich.yaml b/app-of-apps/immich.yaml index 97f3873..8cb78f2 100644 --- a/app-of-apps/immich.yaml +++ b/app-of-apps/immich.yaml @@ -21,19 +21,20 @@ spec: 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: + main: + 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