diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-01 12:50:20 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-01 12:59:43 +0800 |
commit | f48d0837258002517d75260cf809428b26bd8630 (patch) | |
tree | 240adc4ff5cc77cc02396339a04dcd50dc808bf2 /kubernetes/policy/templates | |
parent | b8d9bacebcf47ca4a96d49cf21418067b8550870 (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/templates')
-rw-r--r-- | kubernetes/policy/templates/all-services.yaml | 2 |
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" } |