diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-08-30 21:55:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-30 21:55:23 +0000 |
commit | 1b085c1fb1ebc09c535f0c29e12af902556c731c (patch) | |
tree | 88d88b5a5c5cb6b276c11add6bec73bac60d1099 /kubernetes/policy/charts/brmsgw | |
parent | 14972704de8a2905a5777d85e381d8b4e482ac68 (diff) | |
parent | 3efae0b0708a357ad6c965414152941e21c9813f (diff) |
Merge "OOM changes to support PE https"
Diffstat (limited to 'kubernetes/policy/charts/brmsgw')
-rw-r--r-- | kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf b/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf index e7c6298759..2f65c87bc2 100644 --- a/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf +++ b/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf @@ -18,8 +18,8 @@ BRMSGW_JMX_PORT=9989 COMPONENT_X_MX_MB=1024 COMPONENT_X_MS_MB=1024 -REST_PAP_URL=http://{{ .Values.global.pap.nameOverride }}:{{.Values.config.papPort}}/pap/ -REST_PDP_ID=http://{{ .Values.global.pdp.nameOverride }}:{{.Values.config.pdpPort}}/pdp/ +REST_PAP_URL=https://{{ .Values.global.pap.nameOverride }}:{{.Values.config.papPort}}/pap/ +REST_PDP_ID=https://{{ .Values.global.pdp.nameOverride }}:{{.Values.config.pdpPort}}/pdp/ PDP_HTTP_USER_ID=testpdp PDP_HTTP_PASSWORD=alpha123 |