Skip to content

Commit 893b614

Browse files
Merge branch 'main' into VNLA-7529_upgrade-garden-http
2 parents c670f96 + 6607896 commit 893b614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Orch/OrchSite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function getClusterRouterHostname(): string
114114
case Cluster::REGION_YUL1_DEV1:
115115
return "haproxy-router.yul1-routing-dev1.vanilladev.com";
116116
default:
117-
return "http.haproxy.service.consul";
117+
return "vanilla.proxy.service.consul";
118118
}
119119
}
120120
}

src/Site.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function getQueueServiceBaseUrl(): string
232232
case Cluster::REGION_SJC1_PROD1:
233233
return "https://sjc1-vanillaqueue-prod1.v-fabric.net";
234234
default:
235-
return "http://web.vanilla-queue.service.consul";
235+
return "http://vanilla-queue.proxy.service.consul";
236236
}
237237
}
238238

@@ -257,7 +257,7 @@ public function getSearchServiceBaseUrl(): string
257257
case Cluster::REGION_AMS1_PROD1: // Temporarily using YUL prod instance into AMS is re-provisioned https://higherlogic.atlassian.net/browse/PV-323
258258
return "https://yul1-vanillasearch-prod1-api.v-fabric.net";
259259
default:
260-
return "http://web.vanilla-search.service.consul";
260+
return "http://vanilla-search.proxy.service.consul";
261261
}
262262
}
263263
}

0 commit comments

Comments
 (0)