diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-07 07:36:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-07 07:36:21 +0000 |
commit | 92878fe491ab5166573fefbf8a3a2e5010813f08 (patch) | |
tree | ab3eba8db803332c2f641b77e14d5cdf7d601eb2 /kubernetes/portal/components/portal-app/resources | |
parent | df232875fb10b77e74ef00df5d248a9628577979 (diff) | |
parent | d9a48f3bfe879eb9cf321fb40249990014340070 (diff) |
Merge "Removal of zookeeper from portal HELM charts"
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}} |