diff options
author | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2018-04-26 03:19:03 +0000 |
---|---|---|
committer | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2018-04-26 08:07:02 +0000 |
commit | c1395ec4aa21d30167e9c8ba09fa7aa5f7dd26c7 (patch) | |
tree | c30a223e05b1820ab2cbc347edaeb8b5b7f28fac /kubernetes/policy/resources/config/pe/paplp.conf | |
parent | 99a74ebd1ea743c78178196bfe9ede6bf4b50f6e (diff) |
Policy Config Correction
Issue-ID: OOM-1011
Change-Id: I85444ebb9df9368d96f55bb968291351c9d286d5
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'kubernetes/policy/resources/config/pe/paplp.conf')
-rw-r--r-- | kubernetes/policy/resources/config/pe/paplp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/resources/config/pe/paplp.conf b/kubernetes/policy/resources/config/pe/paplp.conf index 430feb4064..205497c35d 100644 --- a/kubernetes/policy/resources/config/pe/paplp.conf +++ b/kubernetes/policy/resources/config/pe/paplp.conf @@ -17,7 +17,7 @@ LOGPARSER_JMX_PORT=9996 LOGPARSER_X_MS_MB=1024 LOGPARSER_X_MX_MB=1024 -SERVER=http://{{ include "common.fullname" . }}:{{.Values.service.externalPort2}}/pap/ +SERVER=http://{{ include "common.servicename" . }}:{{.Values.service.externalPort2}}/pap/ LOGPATH=/opt/app/policy/servers/pap/logs/pap-rest.log PARSERLOGPATH=IntegrityMonitor.log |