update kong cert names as per CI setup 32/3632/1
authorkhemendra kumar <khemendra.kumar@huawei.com>
Tue, 21 Jul 2020 13:38:51 +0000 (19:08 +0530)
committerkhemendra kumar <khemendra.kumar@huawei.com>
Tue, 21 Jul 2020 13:38:51 +0000 (19:08 +0530)
Signed-off-by: khemendra kumar <khemendra.kumar@huawei.com>
Change-Id: If1f4339613129a06197f140244c00d7d217465a1

mep/mepagent/SampleApp/conf/app_instance_info.yaml
mep/mepagent/SampleApp/go.mod
mep/mepserver/kong-k8s.yaml

index c474af2..b284c61 100644 (file)
@@ -14,7 +14,7 @@
 
 ---
 appInstanceId: id12345
-mepGWIP: 192.168.0.102
+mepGWIP: 159.138.22.15
 httpGWPORT: 30010
 httpsGWPORT: 30011
 mepGWROUTES: /mp1
index a1c2d50..8195cb6 100644 (file)
@@ -3,8 +3,5 @@ module mep-agent
 go 1.14
 
 require (
-       github.com/agiledragon/gomonkey v2.0.1+incompatible
-       github.com/akraino-edge-stack/ealt-edge v0.0.0-20200624134839-54b1432860d4 // indirect
-       github.com/smartystreets/goconvey v1.6.4
-       gopkg.in/yaml.v2 v2.2.8
+       gopkg.in/yaml.v2 v2.2.8 // indirect
 )
index 6a2f56f..c61475f 100644 (file)
@@ -72,9 +72,9 @@ spec:
             - name: KONG_PROXY_ERROR_LOG
               value: /dev/stderr
             #- name: KONG_SSL_CERT
-              #value: /run/kongssl/tls.crt
+              #value: /run/kongssl/server.cer
             #- name: KONG_SSL_CERT_KEY
-              #value: /run/kongssl/tls.key
+              #value: /run/kongssl/server_key.pem
           ports:
             - containerPort: 8000
               name: proxy