From 69703cb6fb89181031b6b9a034c68ae3d0bbabdc Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 14 May 2025 02:31:44 +0200
Subject: [PATCH] fix(immich): Fix microservices not having metrics endpoint

---
 apps/base/immich/prometheus-monitoring/kustomization.yaml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/apps/base/immich/prometheus-monitoring/kustomization.yaml b/apps/base/immich/prometheus-monitoring/kustomization.yaml
index dae562b15..e6f031882 100644
--- a/apps/base/immich/prometheus-monitoring/kustomization.yaml
+++ b/apps/base/immich/prometheus-monitoring/kustomization.yaml
@@ -11,10 +11,4 @@ patches:
       group: apps
       version: v1
       kind: Deployment
-      name: server
-  - path: deployment-patch.yaml
-    target:
-      group: apps
-      version: v1
-      kind: Deployment
-      name: microservices
\ No newline at end of file
+      name: server
\ No newline at end of file
-- 
GitLab