diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-26 19:37:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-26 19:37:45 +0000 |
commit | 8a5d95a6a38c5085b585a79c2ce85bedd8e2b241 (patch) | |
tree | e76f638e5d5037a598b85e5a66dbbadcf8804cc5 /kubernetes/policy/charts/pdp/resources/config/pe/pdp.conf | |
parent | 518760a1a314700f96adcbb717d53155df3a095a (diff) | |
parent | c1395ec4aa21d30167e9c8ba09fa7aa5f7dd26c7 (diff) |
Merge "Policy Config Correction"
Diffstat (limited to 'kubernetes/policy/charts/pdp/resources/config/pe/pdp.conf')
-rw-r--r-- | kubernetes/policy/charts/pdp/resources/config/pe/pdp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/pdp/resources/config/pe/pdp.conf b/kubernetes/policy/charts/pdp/resources/config/pe/pdp.conf index 48fafcb45f..7b13116e34 100644 --- a/kubernetes/policy/charts/pdp/resources/config/pe/pdp.conf +++ b/kubernetes/policy/charts/pdp/resources/config/pe/pdp.conf @@ -30,7 +30,7 @@ TOMCAT_X_MX_MB=1024 UEB_CLUSTER=message-router REST_PAP_URL=http://{{ .Values.global.pap.nameOverride }}:{{.Values.config.papPort}}/pap/ -REST_PDP_ID=http://{{ include "common.fullname" . }}:{{.Values.service.externalPort}}/pdp/ +REST_PDP_ID=http://{{ include "common.servicename" . }}:{{.Values.service.externalPort}}/pdp/ REST_PDP_CONFIG=/opt/app/policy/servers/pdp/bin/config REST_PDP_WEBAPPS=/opt/app/policy/servers/pdp/webapps REST_PDP_REGISTER=true |