summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-12-25 14:16:04 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-12-25 14:19:04 +0800
commitaaa5c577111647964f63642d8e7807d54a14bb8c (patch)
treeb598d5999666e7beb7c3aade8ac5d23accbb3b4f /kubernetes/aai/templates
parentc00c687517d3d764378f54775f0b6a664c1ca221 (diff)
enable ssl propery should be bool
Issue-ID: OOM-539 Change-Id: I1660fe3636333d9df4591813d1d243694c43888a Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'kubernetes/aai/templates')
-rw-r--r--kubernetes/aai/templates/all-services.yaml60
1 files changed, 30 insertions, 30 deletions
diff --git a/kubernetes/aai/templates/all-services.yaml b/kubernetes/aai/templates/all-services.yaml
index df7e3567d0..5d1c09e111 100644
--- a/kubernetes/aai/templates/all-services.yaml
+++ b/kubernetes/aai/templates/all-services.yaml
@@ -43,8 +43,8 @@ metadata:
"url": "/aai/v11/cloud-infrastructure",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1"
+ "enable_ssl": true,
+ "visualRange": "1"
},
{
"serviceName": "aai-cloudInfrastructure-deprecated",
@@ -52,9 +52,9 @@ metadata:
"url": "/aai/v11/cloud-infrastructure",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1",
- "path":"/aai/v11/cloud-infrastructure"
+ "enable_ssl": true,
+ "visualRange": "1",
+ "path": "/aai/v11/cloud-infrastructure"
},
{
"serviceName": "aai-business",
@@ -62,8 +62,8 @@ metadata:
"url": "/aai/v11/business",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1"
+ "enable_ssl": true,
+ "visualRange": "1"
},
{
"serviceName": "aai-business-deprecated",
@@ -71,9 +71,9 @@ metadata:
"url": "/aai/v11/business",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1",
- "path":"/aai/v11/business"
+ "enable_ssl": true,
+ "visualRange": "1",
+ "path": "/aai/v11/business"
},
{
"serviceName": "aai-search",
@@ -81,8 +81,8 @@ metadata:
"url": "/aai/v11/search",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1"
+ "enable_ssl": true,
+ "visualRange": "1"
},
{
"serviceName": "aai-search-deprecated",
@@ -90,9 +90,9 @@ metadata:
"url": "/aai/v11/search",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1",
- "path":"/aai/v11/search"
+ "enable_ssl": true,
+ "visualRange": "1",
+ "path": "/aai/v11/search"
},
{
"serviceName": "aai-actions",
@@ -100,8 +100,8 @@ metadata:
"url": "/aai/v11/actions",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1"
+ "enable_ssl": true,
+ "visualRange": "1"
},
{
"serviceName": "aai-actions-deprecated",
@@ -109,9 +109,9 @@ metadata:
"url": "/aai/v11/actions",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1",
- "path":"/aai/v11/actions"
+ "enable_ssl": true,
+ "visualRange": "1",
+ "path": "/aai/v11/actions"
},
{
"serviceName": "aai-service-design-and-creation",
@@ -119,8 +119,8 @@ metadata:
"url": "/aai/v11/service-design-and-creation",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1"
+ "enable_ssl": true,
+ "visualRange": "1"
},
{
"serviceName": "aai-service-design-and-creation-deprecated",
@@ -128,9 +128,9 @@ metadata:
"url": "/aai/v11/service-design-and-creation",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1",
- "path":"/aai/v11/service-design-and-creation"
+ "enable_ssl": true,
+ "visualRange": "1",
+ "path": "/aai/v11/service-design-and-creation"
},
{
"serviceName": "aai-network",
@@ -138,8 +138,8 @@ metadata:
"url": "/aai/v11/network",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1"
+ "enable_ssl": true,
+ "visualRange": "1"
},
{
"serviceName": "aai-network-deprecated",
@@ -147,9 +147,9 @@ metadata:
"url": "/aai/v11/network",
"protocol": "REST",
"port": "8443",
- "enable_ssl":"True",
- "visualRange":"1",
- "path":"/aai/v11/network"
+ "enable_ssl": true,
+ "visualRange": "1",
+ "path": "/aai/v11/network"
}
]'
spec: