From 281e031287230ae44666edb701060f1eed3be088 Mon Sep 17 00:00:00 2001 From: Tristan Duverger Date: Fri, 4 Oct 2024 16:47:03 +0200 Subject: [PATCH] fix(argo-cd): wrong port or health check on argo server Signed-off-by: Tristan Duverger --- charts/argo-cd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index e937a4cb..20573b59 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -2279,7 +2279,7 @@ server: config: type: HTTP httpHealthCheck: - port: 80 + port: 8080 requestPath: "/" # Argo CD server Gateway API HTTPRoute configuration # NOTE: Alpha feature, gRPC & TLS pass-through will not work