From 5061c548eeef1124d2e60f28dff4587f9194578e Mon Sep 17 00:00:00 2001 From: rtrompier Date: Tue, 30 Apr 2024 11:26:03 +0200 Subject: [PATCH] feat(chart): fix --- chart/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index e6d033d9e2f..eef4592ea82 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -15,5 +15,5 @@ spec: name: {{ include "name" . }} port: name: http - path: /chat-test + path: /chat pathType: ImplementationSpecific