From 5f4deac38193a5800719e97cebb57cdd5980bb83 Mon Sep 17 00:00:00 2001 From: jhh Date: Fri, 17 Apr 2020 14:12:29 -0500 Subject: [PATCH] [POLICY] legacy PDP healtchcheck removed It may be causing some flakiness with some healthchecks passing in OOM builds. Not sure the root cause, as the problem happens occassionally, may be a race condition or something else (legacy PDP and dependent components may take some time to initialize). Issue-ID: POLICY-2471 Signed-off-by: jhh Change-Id: I8ab7c8c563c1db13b2a99aa8cb6f3c022c625642 --- .../charts/drools/resources/configmaps/feature-healthcheck.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/policy/charts/drools/resources/configmaps/feature-healthcheck.properties b/kubernetes/policy/charts/drools/resources/configmaps/feature-healthcheck.properties index 52a1908378..189248ffb3 100644 --- a/kubernetes/policy/charts/drools/resources/configmaps/feature-healthcheck.properties +++ b/kubernetes/policy/charts/drools/resources/configmaps/feature-healthcheck.properties @@ -30,7 +30,7 @@ http.server.services.HEALTHCHECK.https=true http.server.services.HEALTHCHECK.aaf=${envd:AAF:false} http.server.services.HEALTHCHECK.serialization.provider=org.onap.policy.common.gson.JacksonHandler,org.onap.policy.common.endpoints.http.server.YamlJacksonHandler -http.client.services=PAP,PDP +http.client.services=PAP http.client.services.PAP.host={{ .Values.global.pap.nameOverride }} http.client.services.PAP.port=9091 -- 2.16.6