Merge "Match pdp-d base.conf against image install vars"
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 5 Mar 2019 12:45:09 +0000 (12:45 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 5 Mar 2019 12:45:09 +0000 (12:45 +0000)
kubernetes/policy/charts/drools/resources/config/opt/policy/config/drools/base.conf

index cff0dee..3d1a591 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# JVM options
+
+JVM_OPTIONS=-server -Xms1024m -Xmx2048m
+
 # SYSTEM software configuration 
 
 POLICY_HOME=/opt/app/policy
@@ -58,6 +62,12 @@ PDPD_CONFIGURATION_CONSUMER_GROUP=
 PDPD_CONFIGURATION_CONSUMER_INSTANCE=
 PDPD_CONFIGURATION_PARTITION_KEY=
 
+# PAP-PDP configuration channel
+
+POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
+POLICY_PDP_PAP_API_KEY=
+POLICY_PDP_PAP_API_SECRET=
+
 # PAP
 
 PAP_HOST={{.Values.global.pap.nameOverride}}