[POLICY] legacy PDP healtchcheck removed 14/106214/1
authorjhh <jorge.hernandez-herrero@att.com>
Fri, 17 Apr 2020 19:12:29 +0000 (14:12 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Fri, 17 Apr 2020 19:12:29 +0000 (14:12 -0500)
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 <jorge.hernandez-herrero@att.com>
Change-Id: I8ab7c8c563c1db13b2a99aa8cb6f3c022c625642

kubernetes/policy/charts/drools/resources/configmaps/feature-healthcheck.properties

index 52a1908..189248f 100644 (file)
@@ -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