diff --git a/charts/bender-catalog/Chart.yaml b/charts/bender-catalog/Chart.yaml index ecbc7ff..75424dd 100644 --- a/charts/bender-catalog/Chart.yaml +++ b/charts/bender-catalog/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.2.3 +version: 0.2.4 # 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/bender-catalog/templates/ingress.yaml b/charts/bender-catalog/templates/ingress.yaml index dd9d72f..339cd2e 100644 --- a/charts/bender-catalog/templates/ingress.yaml +++ b/charts/bender-catalog/templates/ingress.yaml @@ -4,13 +4,12 @@ metadata: name: {{ .Release.Name }}-api-ingress annotations: cert-manager.io/cluster-issuer: lets-encrypt-prod - nginx.ingress.kubernetes.io/rewrite-target: /$2 spec: rules: - host: {{ .Values.application.ingress.host | quote }} http: paths: - - path: "{{ .Values.application.ingress.path }}(/|$)(.*)" + - path: {{ .Values.application.ingress.path | quote }} pathType: Prefix backend: service: