Skip to content

Commit

Permalink
Update URI prefix for gke-info service
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Jul 6, 2024
1 parent 44613b9 commit 517defe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regional/istio/manifests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ resource "kubernetes_manifest" "gke_info_istio_virtual_services" {
"match" = [
{
"uri" = {
"prefix" = "/gke-info"
"prefix" = "/gke-info-go"
}
}
]
Expand Down

0 comments on commit 517defe

Please sign in to comment.