From 1bbc1b00a4377029ad02e8b4c3287db841538dd4 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 26 Oct 2024 10:36:26 +0800 Subject: [PATCH] fix(immich): clean up microservices --- kube/deploy/apps/immich/app/hr.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/kube/deploy/apps/immich/app/hr.yaml b/kube/deploy/apps/immich/app/hr.yaml index 0191b681..178ccc50 100644 --- a/kube/deploy/apps/immich/app/hr.yaml +++ b/kube/deploy/apps/immich/app/hr.yaml @@ -176,11 +176,6 @@ spec: port: 2283 metrics: port: 8081 - microservices: - controller: microservices - ports: - metrics: - port: 8081 ml: controller: ml ports: @@ -212,7 +207,6 @@ spec: main: - subPath: data path: *pvc - microservices: *mount redis: main: - subPath: redis @@ -226,7 +220,6 @@ spec: path: /data/encoded-video - subPath: thumbs path: /data/thumbs - microservices: *misc ml-model-pull-clip: main: - &mlpvc @@ -290,11 +283,3 @@ spec: path: /metrics interval: 1m scrapeTimeout: 30s - microservices: - serviceName: microservices - endpoints: - - port: metrics - scheme: http - path: /metrics - interval: 1m - scrapeTimeout: 30s