Skip to content

Commit

Permalink
fix: updatetimestamp route
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 f56e4cf commit 14ac08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/vald/templates/gateway/ing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
{{- include "vald.ingressPort" (dict "Values" $filter.ingress) | nindent 12 }}
pathType: {{ $filter.ingress.pathType }}
# NOTE: Change backend service to mirror after UpdateTimestamp is implemented in mirror.
- path: "/vald.v1.Update/UpdateTimestamp"
- path: "/vald.v1.Update/UpdateTimestamp/"
backend:
service:
name: {{ $lb.name }}
Expand Down Expand Up @@ -224,7 +224,7 @@ spec:
{{- include "vald.ingressPort" (dict "Values" $mirror.ingress) | nindent 12 }}
pathType: {{ $mirror.ingress.pathType }}
# NOTE: Change backend service to mirror after UpdateTimestamp is implemented in mirror.
- path: "/vald.v1.Update/UpdateTimestamp"
- path: "/vald.v1.Update/UpdateTimestamp/"
backend:
service:
name: {{ $lb.name }}
Expand Down

0 comments on commit 14ac08c

Please sign in to comment.