This is an automated email from the ASF dual-hosted git repository.

tloubrieu pushed a commit to branch aqacf
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/aqacf by this push:
     new a024971  revert change on solr connection
a024971 is described below

commit a024971c97f1ae685b7d987c333fa40909080b77
Author: tloubrieu-jpl <[email protected]>
AuthorDate: Wed Feb 16 16:48:37 2022 -0800

    revert change on solr connection
---
 helm/templates/_helpers.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl
index 6578166..46dafe2 100644
--- a/helm/templates/_helpers.tpl
+++ b/helm/templates/_helpers.tpl
@@ -48,7 +48,7 @@ The data volume mount which is used in both the Collection 
Manager and the Granu
 {{- end -}}
 
 {{- define "nexus.urls.solr" -}}
-{{ .Values.external.solrHostAndPort | default (print "http://"; .Release.Name 
"-solr-svc:8983") }}
+{{ .Values.external.solrHostAndPort | default (print "http://"; .Release.Name 
"-solr:8983") }}
 {{- end -}}
 
 {{- define "nexus.urls.zookeeper" -}}

Reply via email to