From fe29e548fb981b1d7421e41de97ceecb587c51d6 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 21:27:16 -0500 Subject: [PATCH] revert: remove incorrect /api ingress rule, frontend nginx handles /v1 proxy --- chart/templates/ingress.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index c32fb7d..7515fab 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -19,13 +19,6 @@ spec: - host: {{ .Values.ingress.host }} http: paths: - - path: /api - pathType: Prefix - backend: - service: - name: {{ .Release.Name }}-backend - port: - number: {{ .Values.backend.port }} - path: / pathType: Prefix backend: