Update AAI chart to include v14 URIs for MSB

Change-Id: Icc6c39379764355300480c67be1f273dd46057a0
Issue-ID: AAI-1964
Signed-off-by: Ondrej Frindrich <ondrej1.frindrich@orange.com>
diff --git a/charts/aai-traversal/templates/deployment.yaml b/charts/aai-traversal/templates/deployment.yaml
index 834ab32..84dd900 100644
--- a/charts/aai-traversal/templates/deployment.yaml
+++ b/charts/aai-traversal/templates/deployment.yaml
@@ -71,6 +71,17 @@
               "path": "/aai/v13/search/generic-query"
           },
           {
+              "serviceName": "_aai-generic-query",
+              "version": "v14",
+              "url": "/aai/v14/search/generic-query",
+              "protocol": "REST",
+              "port": "8446",
+              "enable_ssl": true,
+              "lb_policy":"ip_hash",
+              "visualRange": "1",
+              "path": "/aai/v14/search/generic-query"
+          },
+          {
               "serviceName": "_aai-nodes-query",
               "version": "v11",
               "url": "/aai/v11/search/nodes-query",
@@ -104,6 +115,17 @@
               "path": "/aai/v13/search/nodes-query"
           },
           {
+              "serviceName": "_aai-nodes-query",
+              "version": "v14",
+              "url": "/aai/v14/search/nodes-query",
+              "protocol": "REST",
+              "port": "8446",
+              "enable_ssl": true,
+              "lb_policy":"ip_hash",
+              "visualRange": "1",
+              "path": "/aai/v14/search/nodes-query"
+          },
+          {
               "serviceName": "_aai-query",
               "version": "v11",
               "url": "/aai/v11/query",
@@ -137,6 +159,17 @@
               "path": "/aai/v13/query"
           },
           {
+              "serviceName": "_aai-query",
+              "version": "v14",
+              "url": "/aai/v14/query",
+              "protocol": "REST",
+              "port": "8446",
+              "enable_ssl": true,
+              "lb_policy":"ip_hash",
+              "visualRange": "1",
+              "path": "/aai/v14/query"
+          },
+          {
               "serviceName": "_aai-named-query",
               "url": "/aai/search",
               "protocol": "REST",
@@ -177,6 +210,16 @@
               "visualRange": "1"
           },
           {
+              "serviceName": "aai-generic-query",
+              "version": "v14",
+              "url": "/aai/v14/search/generic-query",
+              "protocol": "REST",
+              "port": "8446",
+              "enable_ssl": true,
+              "lb_policy":"ip_hash",
+              "visualRange": "1"
+          },
+          {
               "serviceName": "aai-nodes-query",
               "version": "v11",
               "url": "/aai/v11/search/nodes-query",
@@ -207,6 +250,16 @@
               "visualRange": "1"
           },
           {
+              "serviceName": "aai-nodes-query",
+              "version": "v14",
+              "url": "/aai/v14/search/nodes-query",
+              "protocol": "REST",
+              "port": "8446",
+              "enable_ssl": true,
+              "lb_policy":"ip_hash",
+              "visualRange": "1"
+          },
+          {
               "serviceName": "aai-query",
               "version": "v11",
               "url": "/aai/v11/query",
@@ -237,6 +290,16 @@
               "visualRange": "1"
           },
           {
+              "serviceName": "aai-query",
+              "version": "v14",
+              "url": "/aai/v14/query",
+              "protocol": "REST",
+              "port": "8446",
+              "enable_ssl": true,
+              "lb_policy":"ip_hash",
+              "visualRange": "1"
+          },
+          {
               "serviceName": "aai-named-query",
               "url": "/aai/search",
               "protocol": "REST",