From d9a48f3bfe879eb9cf321fb40249990014340070 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sun, 30 Aug 2020 17:28:02 -0500 Subject: Removal of zookeeper from portal HELM charts Portal components no more rely on zookeeper and removed from rspective portal and its component HELM charts Issue-ID: PORTAL-998 Signed-off-by: SandeepLinux Change-Id: I9939da45ee03623a4f7cfc379c68785fdcce8b63 --- .../resources/config/deliveries/properties/ONAPPORTAL/music.properties | 1 - 1 file changed, 1 deletion(-) (limited to 'kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties') diff --git a/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties b/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties index 6981fb05bc..37544d11e3 100644 --- a/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties +++ b/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties @@ -29,6 +29,5 @@ music.serialize.compress = true music.atomic.get = false music.atomic.put = true cassandra.host={{.Values.cassandra.service.name}} -zookeeper.host={{.Values.zookeeper.service.name}} cassandra.user={{.Values.cassandra.config.cassandraUsername}} cassandra.password={{.Values.cassandra.config.cassandraPassword}} -- cgit 1.2.3-korg