diff options
author | yuryn <Yury.Novitsky@Amdocs.com> | 2017-09-04 19:03:51 +0300 |
---|---|---|
committer | Yury Novitsky <Yury.Novitsky@Amdocs.com> | 2017-09-05 15:59:52 +0000 |
commit | 5de82db60a14b55f3f7281e7596c1f0340ca12b7 (patch) | |
tree | 10a406ec4ab89c3514d5d3902a469984ed2934b0 /templates/all-services.yaml | |
parent | 1358184175c5493674c98352d8c0533dd0084b67 (diff) |
Use DMaaP from message-router
Remove AAI DMaaP (with its zookeeper and kafka) and adjust AAI configuration to work with the common ONAP DMaaP from message-router project
Change-Id: Ia9a4348d2ad28623ddc0e1c149ef35d33db90fb4
Issue-ID: OOM-65
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
Diffstat (limited to 'templates/all-services.yaml')
-rw-r--r-- | templates/all-services.yaml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/templates/all-services.yaml b/templates/all-services.yaml index 63b9b00..4257dbb 100644 --- a/templates/all-services.yaml +++ b/templates/all-services.yaml @@ -230,38 +230,6 @@ spec: apiVersion: v1 kind: Service metadata: - name: aai-dmaap - namespace: "{{ .Values.nsPrefix }}-aai" - labels: - app: aai-dmaap -spec: - ports: - - name: "aai-dmaap-port-3904" - port: 3904 - - name: "aai-dmaap-port-3905" - port: 3905 - selector: - app: aai-dmaap - clusterIP: None ---- -apiVersion: v1 -kind: Service -metadata: - name: aai-zookeeper - namespace: "{{ .Values.nsPrefix }}-aai" - labels: - app: aai-zookeeper -spec: - ports: - - name: "aai-zookeeper-port-2181" - port: 2181 - selector: - app: aai-zookeeper - clusterIP: None ---- -apiVersion: v1 -kind: Service -metadata: name: aai-traversal namespace: "{{ .Values.nsPrefix }}-aai" labels: |