diff --git a/Config/ConfigurationService.cs b/Config/ConfigurationService.cs
index a570d52..8604b45 100644
--- a/Config/ConfigurationService.cs
+++ b/Config/ConfigurationService.cs
@@ -7,8 +7,8 @@ namespace Nexus.Config;
public class ConfigurationService
{
- public string GetBasePath() => @"C:\source\dotnet\temp";
- //public string GetBasePath() => Directory.GetCurrentDirectory();
+ //public string GetBasePath() => @"C:\source\dotnet\temp";
+ public string GetBasePath() => Directory.GetCurrentDirectory();
public string GetConfigurationPath()
{
@@ -85,7 +85,7 @@ public string GetDockerComposePath(RunType runType)
{
RunType.Local => "http://localhost:4317",
RunType.Docker => "http://jaeger:4317",
- RunType.K8s => "http://jaeger.nexus.svc.cluster.local:4317",
+ RunType.K8s => "http://jaeger.monitoring.svc.cluster.local:4317",
_ => "",
};
@@ -109,7 +109,7 @@ public string GetDockerComposePath(RunType runType)
{
RunType.Local => "https://localhost:9200",
RunType.Docker => "https://es01:9200",
- RunType.K8s => "https://elastic.nexus.svc.cluster.local:9200",
+ RunType.K8s => "https://elasticsearch.monitoring.svc.cluster.local:9200",
_ => "",
};
diff --git a/nexus-tool.csproj b/nexus-tool.csproj
index 5a363f6..04e3aa0 100644
--- a/nexus-tool.csproj
+++ b/nexus-tool.csproj
@@ -11,7 +11,7 @@
true
nexus
$(SolutionDir)\artifacts\$(Configuration)\
- 0.14.0.0
+ 0.15.0.0
README.md
MIT
https://github.com/afroze9/nexus-tool