We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db83a6 commit 0ed2145Copy full SHA for 0ed2145
src/epsilon/server/instance_provider.rs
@@ -84,7 +84,7 @@ impl InstanceProvider {
84
85
pub async fn get_template_host(&self, route: &str) -> String {
86
format!(
87
- "http://template-service.epsilon.svc.cluster.local:8000/{}",
+ "http://epsilon-template.epsilon.svc.cluster.local:8000/{}",
88
route
89
)
90
}
0 commit comments