From 66e7a1b7599281f8800194110e9b9cc400d832f7 Mon Sep 17 00:00:00 2001 From: Jerry C <52230405+jerryc8@users.noreply.github.com> Date: Mon, 18 Apr 2022 22:17:08 -0700 Subject: [PATCH] INF-1890: fix missing pathType (#45) * Update ingress.yaml * bump version --- charts/gitdb/Chart.yaml | 2 +- charts/gitdb/templates/ingress.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/gitdb/Chart.yaml b/charts/gitdb/Chart.yaml index 5959be2..bddddf7 100644 --- a/charts/gitdb/Chart.yaml +++ b/charts/gitdb/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.1.28 +version: 0.1.29 # 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/charts/gitdb/templates/ingress.yaml b/charts/gitdb/templates/ingress.yaml index 4bfa248..935b189 100644 --- a/charts/gitdb/templates/ingress.yaml +++ b/charts/gitdb/templates/ingress.yaml @@ -34,6 +34,7 @@ spec: paths: {{- range .paths }} - path: {{ . }} + pathType: Prefix backend: service: name: {{ $fullName }}