summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-09-01 12:50:20 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-09-01 12:59:43 +0800
commitf48d0837258002517d75260cf809428b26bd8630 (patch)
tree240adc4ff5cc77cc02396339a04dcd50dc808bf2 /kubernetes/policy
parentb8d9bacebcf47ca4a96d49cf21418067b8550870 (diff)
add service port to annotation
Issue-Id: OOM-222 Change-Id: Iaebaf08d595adfeae405799572b10d59adad61a5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'kubernetes/policy')
-rw-r--r--kubernetes/policy/templates/all-services.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/policy/templates/all-services.yaml b/kubernetes/policy/templates/all-services.yaml
index 0dc17853ed..eb524edfc4 100644
--- a/kubernetes/policy/templates/all-services.yaml
+++ b/kubernetes/policy/templates/all-services.yaml
@@ -77,6 +77,7 @@ metadata:
"version": "v1",
"url": "/pdp",
"protocol": "REST"
+ "port": "8081",
"visualRange":"1"
},
{
@@ -84,6 +85,7 @@ metadata:
"version": "v1",
"url": "/pdp",
"protocol": "REST"
+ "port": "8081",
"visualRange":"1",
"path":"/pdp"
}