SECCOM HTTPS communication vs. HTTP(TSC must have) 69/102369/2
authorhekeguang <hekeguang@chinamobile.com>
Wed, 26 Feb 2020 07:05:50 +0000 (15:05 +0800)
committerHe Keguang <hekeguang@chinamobile.com>
Wed, 26 Feb 2020 07:28:45 +0000 (07:28 +0000)
Issue-ID: USECASEUI-356
Change-Id: Ibdaae24155992c0132254669c6173488d65227d6
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
kubernetes/uui/charts/uui-server/templates/service.yaml
kubernetes/uui/charts/uui-server/values.yaml

index 353fb30..9c799cf 100644 (file)
@@ -30,7 +30,8 @@ metadata:
           "url": "/api/usecaseui-server/v1",
           "protocol": "REST",
           "port": "{{.Values.service.internalPort}}",
-          "visualRange":"1"
+          "visualRange":"1",
+          "enable_ssl": true
       }
       ]'
 spec:
index e7856d3..3da0bdf 100644 (file)
@@ -30,7 +30,7 @@ pullPolicy: Always
 
 # application configuration
 
-msbaddr: msb-iag.{{include "common.namespace" .}}:80
+msbaddr: msb-iag.{{include "common.namespace" .}}:443
 mraddr: message-router.{{include "common.namespace" .}}:3904
 
 # flag to enable debugging - application support required
@@ -85,10 +85,10 @@ resources:
   small:
     limits:
       cpu: 250m
-      memory: 250Mi
+      memory: 500Mi
     requests:
       cpu: 250m
-      memory: 250Mi
+      memory: 500Mi
   large:
     limits:
       cpu: 500m