diff options
author | mahendrr <mahendra.raghuwanshi@amdocs.com> | 2018-04-12 06:57:07 +0000 |
---|---|---|
committer | mahendrr <mahendra.raghuwanshi@amdocs.com> | 2018-04-12 10:18:37 +0000 |
commit | 08c3f456393436d42d95d43503ced431a10031e3 (patch) | |
tree | d662e7831415a569a82d649cdd4775af25e323f9 /kubernetes/vfc/values.yaml | |
parent | f39bd633c0acea07c3502a984178afa65f6c2b52 (diff) |
VFC Communication fails because MSB service name
Change-Id: I26e27cfb3b973bbffd0a94e3ec8411f5218cdf4f
Issue-ID: OOM-804
Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com>
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 |