diff options
author | saul.gill <saul.gill@est.tech> | 2021-09-21 15:09:55 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2021-10-22 10:55:56 +0100 |
commit | 6238df47ecfcc1d2e40c2a5bec69272999d2af12 (patch) | |
tree | 847dfa85ee46cdd8c9a58a2d9862c297166e479f /kubernetes/policy/components/policy-clamp-be/resources/config/application.properties | |
parent | 2c2be1eea53e97cc1972c0b89571baff92e59484 (diff) |
[POLICY] Altered helm chart for policy-clamp-be
Added runtime-controlloop url and creds to application.properties
Added new image to values
Fixed SpringBoot issue where config could not be found
Issue-ID: POLICY-3593
Change-Id: Ie54b4b10b3df428f6d6f72f2f53d6384f24c00cc
Signed-off-by: saul.gill <saul.gill@est.tech>
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.properties | 6 |
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} + |