diff --git a/src/main/resources/application-production.yml b/src/main/resources/application-production.yml index 2aedb86f1ac7f8003a60b8ac921a6427bf591e62..90f6cc60b205e4e7361e2988aa5bcb527e5133e3 100755 --- a/src/main/resources/application-production.yml +++ b/src/main/resources/application-production.yml @@ -1,7 +1,7 @@ # version width K8 DNS services instance: clientUrl: http://fdp-client.default.svc.cluster.local - persistentUrl: http://10.6.10.9 + persistentUrl: http://10.6.10.9/ server: port: 80 diff --git a/target/classes/application-production.yml b/target/classes/application-production.yml index 2aedb86f1ac7f8003a60b8ac921a6427bf591e62..90f6cc60b205e4e7361e2988aa5bcb527e5133e3 100644 --- a/target/classes/application-production.yml +++ b/target/classes/application-production.yml @@ -1,7 +1,7 @@ # version width K8 DNS services instance: clientUrl: http://fdp-client.default.svc.cluster.local - persistentUrl: http://10.6.10.9 + persistentUrl: http://10.6.10.9/ server: port: 80