From 2f0051c2dc66e769621236ca9db905601284ad02 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 5 Nov 2025 15:43:12 +0100 Subject: [PATCH] immich fixes --- apps/immich/ingress.yaml | 2 +- apps/immich/servicemonitor.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/immich/ingress.yaml b/apps/immich/ingress.yaml index 53257fe..795841b 100644 --- a/apps/immich/ingress.yaml +++ b/apps/immich/ingress.yaml @@ -18,7 +18,7 @@ spec: entryPoints: - websecure routes: - - match: Host(`immich.kluster.moll.re`) + - match: Host(`immich.kluster.moll.re`) || Host(`photos.kluster.moll.re`) kind: Rule services: - name: immich-server diff --git a/apps/immich/servicemonitor.yaml b/apps/immich/servicemonitor.yaml index 6e5564f..9094d8d 100644 --- a/apps/immich/servicemonitor.yaml +++ b/apps/immich/servicemonitor.yaml @@ -6,9 +6,8 @@ spec: endpoints: - port: metrics-api scheme: http - - port: metrics-ms - scheme: http selector: matchLabels: - app.kubernetes.io/name: server + # app.kubernetes.io/name: server app.kubernetes.io/service: immich-server + app.kubernetes.io/instance: immich