Skip to content

Commit

Permalink
Social Registry: Updated istio virtualservice
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithkota committed Feb 9, 2024
1 parent 7db7678 commit 272ab79
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions charts/openg2p-social-registry/templates/virtualservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,6 @@ spec:
exact: /
redirect:
uri: /web
- match:
- uri:
prefix: /selfservice
redirect:
uri: /selfservice
authority:
{{- if .Values.selfServiceIngress.istio.virtualservice.host }}
{{ .Values.selfServiceIngress.istio.virtualservice.host }}
{{- else }}
{{ .Values.global.selfServiceHostname }}
{{- end }}
- match:
- uri:
prefix: /serviceprovider
redirect:
uri: /serviceprovider
authority:
{{- if .Values.serviceProviderIngress.istio.virtualservice.host }}
{{ .Values.serviceProviderIngress.istio.virtualservice.host }}
{{- else }}
{{ .Values.global.serviceProviderHostname }}
{{- end }}
- route:
- destination:
host: {{ include "socialRegistry.fullname" . }}-odoo
Expand Down

0 comments on commit 272ab79

Please sign in to comment.