summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-10-27 13:58:45 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-27 13:58:45 +0000
commitad7cb4231c63130064eb174e419a300478041721 (patch)
tree38133ee2f976b1b6ce09e16678013ef923ddabda /kubernetes/policy/components/policy-clamp-be/resources/config/application.properties
parentf18b503da6d87b0d3b9f0754df59964e69730343 (diff)
parent6238df47ecfcc1d2e40c2a5bec69272999d2af12 (diff)
Merge "[POLICY] Altered helm chart for policy-clamp-be"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-be/resources/config/application.properties')
-rw-r--r--kubernetes/policy/components/policy-clamp-be/resources/config/application.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties b/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties
index a6334668b1..aa9870ae41 100644
--- a/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties
+++ b/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties
@@ -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}
+