From b0f4dcbc532a2cdefef12bf32220a0ef75ce7a98 Mon Sep 17 00:00:00 2001
From: cazenave <cazenave@cines.fr>
Date: Tue, 8 Sep 2020 13:20:49 +0200
Subject: [PATCH] persistenturl

---
 src/main/resources/application-production.yml | 2 +-
 target/classes/application-production.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-production.yml b/src/main/resources/application-production.yml
index 2aedb86..90f6cc6 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 2aedb86..90f6cc6 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
-- 
GitLab