diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-09-15 09:12:16 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-09-16 10:28:05 +0200 |
commit | 64aa8d9a637962cf75a9f8af9eeeb68ebcd6e36d (patch) | |
tree | c1b7813864005c202fc03005f0317752850b9899 /kubernetes/cds/charts | |
parent | 27aae18cdee00c873e3617a6a3b5fb2d294b9b98 (diff) |
[CDS] Added properties for k8s-profile-upload component
Issue-ID: CCSDK-2630
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Iffe3b8ad14f5c18fe7e68490e37c1bc182b44e65
Diffstat (limited to 'kubernetes/cds/charts')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties index 453f906101..3202b828e5 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties @@ -151,3 +151,9 @@ cdslistener.healthcheck.mapping-service-name-with-service-link=[SDC Listener ser #Actuator properties management.endpoints.web.exposure.include=* management.endpoint.health.show-details=always + +#K8s Plugin properties +#Credentials are placeholders as k8s plugin has not authentication atm +blueprintprocessor.k8s.plugin.username=unused +blueprintprocessor.k8s.plugin.password=unused +blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/ |