From 7d0149f16192cff9ab0a08161f08a59b4b024de1 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 15 Oct 2024 20:11:18 -0500 Subject: [PATCH] update endpoints --- clusters/cl01tl/applications/immich/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index 38bfc6d39..ea5bf1401 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -67,7 +67,7 @@ immich: spec: httpGet: path: /api/server-info/ping - port: 3001 + port: 2283 initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1 @@ -78,7 +78,7 @@ immich: spec: httpGet: path: /api/server-info/ping - port: 3001 + port: 2283 initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1 @@ -147,8 +147,8 @@ immich: controller: main ports: http: - port: 3001 - targetPort: 3001 + port: 2283 + targetPort: 2283 protocol: TCP metrics-api: port: 8081