From b10d4781602f7acb1c314ed6a5b23466bee84677 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 26 Oct 2025 20:04:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.2.0=20Fix=20ingress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/ingress.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index d00bcab..6af58ee 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.2.0 \ No newline at end of file +version: 0.2.1 \ No newline at end of file diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index 7b2264d..eff42f1 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -18,13 +18,13 @@ spec: pathType: Prefix backend: service: - name: frontend + name: frontend-service port: number: 80 - path: /api pathType: Prefix backend: service: - name: backend + name: backend-service port: number: 80 \ No newline at end of file