From 830c4cce533c829e7170f153b4164bfc5c4a4c87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pomucz=20Tam=C3=A1s?= <pomucz@sch.bme.hu>
Date: Thu, 7 Mar 2024 19:53:29 +0100
Subject: [PATCH] k8s ingress fix

---
 k8s/templates/ingress.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/k8s/templates/ingress.yaml b/k8s/templates/ingress.yaml
index 1c9a1d3..4d9d67b 100644
--- a/k8s/templates/ingress.yaml
+++ b/k8s/templates/ingress.yaml
@@ -10,13 +10,6 @@ spec:
     - host: {{ .Values.url }}
       http:
         paths:
-          - path: /
-            pathType: Prefix
-            backend:
-              service:
-                name: {{ .Release.Name }}-frontend
-                port:
-                  number: 3000
           - path: /api
             pathType: Prefix
             backend:
-- 
GitLab