diff options
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-03-29 15:53:40 -0400 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-03-29 16:18:29 -0400 |
commit | 8e615438f3618cc24da76afb4bd1dea387b18ee2 (patch) | |
tree | 760ed651338e525e515927729a784d234459edc3 | |
parent | 4ce532f8742c1729ce00e6a0180335272aa57069 (diff) |
update CtxAggr calling SdcCtxBuilder w verision
Issue-ID: LOG-1036
Change-Id: Ic59ac988afcd20190315201903291616f85cd972
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
-rwxr-xr-x | kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/sdc.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/sdc.properties b/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/sdc.properties index 9a27a6c8c8..77789f49bd 100755 --- a/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/sdc.properties +++ b/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/sdc.properties @@ -24,4 +24,4 @@ key.manager.factory.algorithm=SunX509 security.protocol=TLS connection.timeout.ms=60000 read.timeout.ms=60000 -base.uri=/sdccontextbuilder/service/context +base.uri=/sdccontextbuilder/v2/service/context |