From: waynedunican Date: Thu, 21 Nov 2024 08:58:50 +0000 (+0000) Subject: Fix for drools-pdp helm chart X-Git-Tag: 4.1.0~22^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F139536%2F1;p=policy%2Fdocker.git Fix for drools-pdp helm chart Issue-ID: POLICY-5152 Change-Id: I314f0b7bb2b275440d196e6f8d24f0cc70a5d576 Signed-off-by: waynedunican --- diff --git a/helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf b/helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf index c004c6fa..1b976c60 100755 --- a/helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf +++ b/helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf @@ -122,3 +122,6 @@ SDNC_CONTEXT_URI=restconf/operations/ CDS_GRPC_HOST={{.Values.cds.grpc.svcName}} CDS_GRPC_PORT={{.Values.cds.grpc.svcPort}} + +# KAFKA +KAFKA_SERVERS={{.Values.global.kafkaServer}}:9092