diff options
author | Geora Barsky <georab@amdocs.com> | 2018-08-23 10:39:16 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-09-11 11:15:30 -0400 |
commit | 288fc89cbeeb439526228ac5712efd72a723d384 (patch) | |
tree | 6491e165aeec28aacf444f003f5bb6990221e8ee /kubernetes/pomba/charts/pomba-sdcctxbuilder/values.yaml | |
parent | 5d4009b3530ef2332122ab6bed115c43edb146f3 (diff) |
Config for pomba services to enable integration
Issue-ID: LOG-194
Change-Id: Ia73101214fc265d538e147f7b329394b4ddaa878
Signed-off-by: Geora Barsky <georab@amdocs.com>
Diffstat (limited to 'kubernetes/pomba/charts/pomba-sdcctxbuilder/values.yaml')
-rw-r--r-- | kubernetes/pomba/charts/pomba-sdcctxbuilder/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/pomba/charts/pomba-sdcctxbuilder/values.yaml b/kubernetes/pomba/charts/pomba-sdcctxbuilder/values.yaml index a1df99baa5..0d17725c64 100644 --- a/kubernetes/pomba/charts/pomba-sdcctxbuilder/values.yaml +++ b/kubernetes/pomba/charts/pomba-sdcctxbuilder/values.yaml @@ -1,4 +1,4 @@ -# Copyright © 2017 Amdocs, Bell Canada +# Copyright © 2018 Amdocs # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ config: sdcPassword: OBF:1uha1uh81w8v1ugi1ugg sdcConsumerId: pomba sdcServiceName: sdc-be - sdcPort: 30204 + sdcPort: 8443 # HTTP Basic Authorization credentials for Rest Service API sdcCtxBuilderUserId: admin sdcCtxBuilderPassword: OBF:1u2a1toa1w8v1tok1u30 |