Skip to content

Commit

Permalink
fix: server reflection path
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Sep 24, 2024
1 parent 7904323 commit dd300bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vald/templates/gateway/ing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ spec:
{{- include "vald.ingressPort" (dict "Values" $lb.ingress) | nindent 12 }}
pathType: {{ $lb.ingress.pathType }}
{{- end }}
- path: "/grpc.reflection.v1.ServerReflection/"
- path: "/grpc.reflection.v1.ServerReflection/ServerReflectionInfo"
{{- if $filterIngEnabled }}
backend:
service:
Expand Down

0 comments on commit dd300bd

Please sign in to comment.