From 80a03ee1a362bf889615bac33b5268ae11853894 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sun, 31 May 2026 17:23:46 +0200 Subject: [PATCH] fixup the ingress --- app-of-apps/immich.yaml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/app-of-apps/immich.yaml b/app-of-apps/immich.yaml index 5067060..3a6accf 100644 --- a/app-of-apps/immich.yaml +++ b/app-of-apps/immich.yaml @@ -49,21 +49,22 @@ spec: existingClaim: immich-data valkey: enabled: true - ingress: - 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 + server: + ingress: + 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