Skip to content

Commit

Permalink
Merge pull request #96 from MediaMarktSaturn/fix/application/remove-u…
Browse files Browse the repository at this point in the history
…ri-prefix-check-in-istio-virtual-service

fix(application): remove uriPrefix check in istio-virtual-service
  • Loading branch information
heubeck committed Jan 31, 2024
2 parents ad0c8a4 + 0e6d52c commit 62734b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: MediaMarktSaturn
url: https://github.com/MediaMarktSaturn
appVersion: 1.0.0
version: 1.13.0
version: 1.13.1
2 changes: 1 addition & 1 deletion charts/application/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# application

![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.13.1](https://img.shields.io/badge/Version-1.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Generic application chart with common requirements of a typical workload.

Expand Down
2 changes: 0 additions & 2 deletions charts/application/templates/istio-virtual-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ spec:
- route:
- destination:
host: {{ .Release.Name }}
{{- if not (eq .Values.istio.ingress.uriPrefix "/") }}
match:
- uri:
prefix: {{ .Values.istio.ingress.uriPrefix }}
rewrite:
uri: {{ .Values.istio.ingress.uriRewrite }}
{{ end }}
timeout: {{ .Values.service.timeout }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 62734b0

Please sign in to comment.