diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-08-30 17:28:02 -0500 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-08-30 17:28:02 -0500 |
commit | d9a48f3bfe879eb9cf321fb40249990014340070 (patch) | |
tree | 884bc42fbc396df7b227fc19e8bdb54996d0f06e /kubernetes/portal/components/portal-app/resources | |
parent | b2fc50cd823f9dbbe5ce974e39b70124631c419d (diff) |
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 <Sandeep.Shah@att.com>
Change-Id: I9939da45ee03623a4f7cfc379c68785fdcce8b63
Diffstat (limited to 'kubernetes/portal/components/portal-app/resources')
-rw-r--r-- | kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties | 1 |
1 files changed, 0 insertions, 1 deletions
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}} |