Skip to content

Commit 0db83a6

Browse files
committed
Update URL Host
1 parent bcf369c commit 0db83a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:3333/{}",
87+
"http://template-service.epsilon.svc.cluster.local:8000/{}",
8888
route
8989
)
9090
}

src/k8s/kube.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl Kube {
7272
"restartPolicy": "Never",
7373
"containers": [{
7474
"name": "main",
75-
"image": format!("{}/{}", "45.155.169.234:30000", template),
75+
"image": format!("{}/{}", "docker-registry.epsilon.svc.cluster.local:30000", template),
7676
"imagePullPolicy": "Always",
7777
"ports": [
7878
{

0 commit comments

Comments
 (0)