Skip to content

Commit

Permalink
fix: deleted wildcard path
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jan 9, 2024
1 parent f55617c commit e7cba07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/vald/templates/gateway/mirror/ing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@ spec:
{{- include "vald.ingressPort" (dict "Values" $gateway.ingress) | nindent 12 }}
pathType: {{ $gateway.ingress.pathType }}
{{- if $lb.enabled }}
- path: "/vald.v1.Search/*"
- path: "/vald.v1.Search"
backend:
service:
name: {{ $lb.name }}
{{- include "vald.ingressPort" (dict "Values" $gateway.ingress) | nindent 12 }}
pathType: {{ $gateway.ingress.pathType }}
- path: "/vald.v1.Object/*"
- path: "/vald.v1.Object"
backend:
service:
name: {{ $lb.name }}
{{- include "vald.ingressPort" (dict "Values" $gateway.ingress) | nindent 12 }}
pathType: {{ $gateway.ingress.pathType }}
{{- end }}
{{- if $filter.enabled }}
- path: "/vald.v1.Filter/*"
- path: "/vald.v1.Filter"
backend:
service:
name: {{ $filter.name }}
Expand Down

0 comments on commit e7cba07

Please sign in to comment.