summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/charts/uui-server/templates/service.yaml
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2020-02-26 15:05:50 +0800
committerHe Keguang <hekeguang@chinamobile.com>2020-02-26 07:28:45 +0000
commit9358bef064b9ab0507c4efd29cf1b5bfbc00c1ee (patch)
treecf469f4351876702c8368f52ed58511af897cc0a /kubernetes/uui/charts/uui-server/templates/service.yaml
parentd98cc501b887299af62d46a0d9071835d9af5ed0 (diff)
SECCOM HTTPS communication vs. HTTP(TSC must have)
Issue-ID: USECASEUI-356 Change-Id: Ibdaae24155992c0132254669c6173488d65227d6 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'kubernetes/uui/charts/uui-server/templates/service.yaml')
-rw-r--r--kubernetes/uui/charts/uui-server/templates/service.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/uui/charts/uui-server/templates/service.yaml b/kubernetes/uui/charts/uui-server/templates/service.yaml
index 353fb308dd..9c799cffec 100644
--- a/kubernetes/uui/charts/uui-server/templates/service.yaml
+++ b/kubernetes/uui/charts/uui-server/templates/service.yaml
@@ -30,7 +30,8 @@ metadata:
"url": "/api/usecaseui-server/v1",
"protocol": "REST",
"port": "{{.Values.service.internalPort}}",
- "visualRange":"1"
+ "visualRange":"1",
+ "enable_ssl": true
}
]'
spec: