diff options
author | 2020-09-08 13:12:06 +0000 | |
---|---|---|
committer | 2020-09-08 13:12:06 +0000 | |
commit | 6492428439c2da163fc75fef96ff38bec05bd9a9 (patch) | |
tree | 10a7f6d2c713082859a233fd855bcd6e5678f96d /ms/blueprintsprocessor/application/src/test/resources/application-test.properties | |
parent | f7ef71106697b5245852e30ca7e4c926bfd07e7e (diff) | |
parent | 836be777835eb05be1a62b98a9e1f5860623d7b2 (diff) |
Merge "Add k8s-upload-profile node type and logic."
Diffstat (limited to 'ms/blueprintsprocessor/application/src/test/resources/application-test.properties')
-rw-r--r-- | ms/blueprintsprocessor/application/src/test/resources/application-test.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/src/test/resources/application-test.properties b/ms/blueprintsprocessor/application/src/test/resources/application-test.properties index d2170c7c1..c436b3876 100644 --- a/ms/blueprintsprocessor/application/src/test/resources/application-test.properties +++ b/ms/blueprintsprocessor/application/src/test/resources/application-test.properties @@ -66,3 +66,8 @@ blueprintprocessor.healthcheck.mapping-service-name-with-service-link=[Execution #BaseUrls for health check Cds Listener services cdslistener.healthcheck.baseUrl=http://cds-sdc-listener:8080/ cdslistener.healthcheck.mapping-service-name-with-service-link=[SDC Listener service,/api/v1/sdclistener/healthcheck] + +#K8s Plugin properties +blueprintprocessor.k8s.plugin.username=test +blueprintprocessor.k8s.plugin.password=pass +blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/ |