[POLICY] Altered helm chart for policy-clamp-be
[oom.git] / kubernetes / policy / components / policy-clamp-be / resources / config / application.properties
index a633466..aa9870a 100644 (file)
@@ -69,3 +69,9 @@ clamp.config.dcae.deployment.password=none
 
 #AAF related parameters
 clamp.config.cadi.aafLocateUrl=https://aaf-locate.{{ include "common.namespace" . }}:8095
+
+# Configuration settings for ControlLoop Runtime Rest API
+clamp.config.controlloop.runtime.url=http://policy-clamp-cl-runtime.{{ include "common.namespace" . }}:6969
+clamp.config.controlloop.runtime.userName=${RUNTIME_USER}
+clamp.config.controlloop.runtime.password=${RUNTIME_PASSWORD}
+