From 65a8bc1ea468dd9e600cfac2a77af829d20e7aee Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Wed, 26 Oct 2022 09:15:37 +0300 Subject: [PATCH] Fix ingress route for `static` path (#5164) --- helm-chart/Chart.yaml | 2 +- helm-chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 96f9b838..0c31b8c8 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.1 +version: 0.4.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index b693229e..4c6349a3 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -280,7 +280,7 @@ ingress: service: name: backend-service port: 8080 - - path: /static/admin + - path: /static pathType: "Prefix" service: name: backend-service