aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap/resources/environments/dev.yaml
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-04-27 19:45:00 +0000
committerjmac <james.macnider@amdocs.com>2018-04-27 19:48:27 +0000
commitb717cce649889ecf9d324f0b463586972e61899e (patch)
tree11f07d3f4788edf22b5a8b00e34b6a58e2f26933 /kubernetes/onap/resources/environments/dev.yaml
parent615f9490a7d99ab1345f72645f1816a70e2753ea (diff)
Fix SDNC DMaaP connectivity issues
DMaaP listener was not trying to connect to the right service name, so it was failing. In addition, the pod doesn't wait for the dmaap pod to be up and running before starting, so I've added that dependency. Lastly, I removed the config of the DMaaP port from the top level values.yaml files, as out of the box it's very unlikely this would be changed. Change-Id: I5a190b39f4f163b020189ac9dd178040f80125cd Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-293
Diffstat (limited to 'kubernetes/onap/resources/environments/dev.yaml')
-rw-r--r--kubernetes/onap/resources/environments/dev.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/onap/resources/environments/dev.yaml b/kubernetes/onap/resources/environments/dev.yaml
index a8dd5243ff..651cb9160e 100644
--- a/kubernetes/onap/resources/environments/dev.yaml
+++ b/kubernetes/onap/resources/environments/dev.yaml
@@ -93,10 +93,6 @@ sdnc:
config:
enableClustering: false
- dmaap-listener:
- config:
- dmaapPort: 3904
-
mysql:
disableNfsProvisioner: false
replicaCount: 1