This is an automated email from the ASF dual-hosted git repository. tloubrieu pushed a commit to branch SDAP-268 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit c8e56dfbbb9ea87135ac6f8a95c2725fbc85efc5 Author: Eamon Ford <[email protected]> AuthorDate: Wed Jul 22 11:43:21 2020 -0700 add solr port --- helm/templates/webapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/webapp.yml b/helm/templates/webapp.yml index 9f72dba..e363ab7 100644 --- a/helm/templates/webapp.yml +++ b/helm/templates/webapp.yml @@ -12,7 +12,7 @@ spec: imagePullPolicy: Always mainApplicationFile: local:///incubator-sdap-nexus/analysis/webservice/webapp.py arguments: - - "--solr-host={{ .Release.Name }}-solr-svc" + - "--solr-host={{ .Release.Name }}-solr-svc:8983" sparkVersion: "2.4.4" restartPolicy: type: OnFailure
