Skip to content

Commit 0ed2145

Browse files
committed
Update instance_provider.rs
1 parent 0db83a6 commit 0ed2145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/epsilon/server/instance_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl InstanceProvider {
8484

8585
pub async fn get_template_host(&self, route: &str) -> String {
8686
format!(
87-
"http://template-service.epsilon.svc.cluster.local:8000/{}",
87+
"http://epsilon-template.epsilon.svc.cluster.local:8000/{}",
8888
route
8989
)
9090
}

0 commit comments

Comments
 (0)