diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-04-12 11:41:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 11:41:05 +0000 |
commit | 52293c369364f464be90d2448772b4ccc6b97ff8 (patch) | |
tree | 5ab34f5e0062b6d252a953d23b23962d2567e7a2 /kubernetes/vfc/values.yaml | |
parent | 06ad9b7ab0cdecb9af73cbf7e2ac9684039b536d (diff) | |
parent | 08c3f456393436d42d95d43503ced431a10031e3 (diff) |
Merge "VFC Communication fails because MSB service name"
Diffstat (limited to 'kubernetes/vfc/values.yaml')
-rw-r--r-- | kubernetes/vfc/values.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kubernetes/vfc/values.yaml b/kubernetes/vfc/values.yaml index aac8039a72..5a8fa38eb9 100644 --- a/kubernetes/vfc/values.yaml +++ b/kubernetes/vfc/values.yaml @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +global: + config: + msbServiceName: msb-iag + msbPort: 80 + # application configuration config: logstashServiceName: log-ls @@ -24,4 +29,4 @@ vfc-workflow: vfc-workflow-engine: config: - workflowPort: 10550
\ No newline at end of file + workflowPort: 10550 |