You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by tl...@apache.org on 2020/08/11 01:59:30 UTC

[incubator-sdap-nexus] 07/28: add solr_host arg

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 34dd3e182c3453d6104927d6c2b48556fb6c745f
Author: Eamon Ford <ea...@jpl.nasa.gov>
AuthorDate: Wed Jul 22 11:40:53 2020 -0700

    add solr_host arg
---
 helm/templates/webapp.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm/templates/webapp.yml b/helm/templates/webapp.yml
index d77496f..9f72dba 100644
--- a/helm/templates/webapp.yml
+++ b/helm/templates/webapp.yml
@@ -11,6 +11,8 @@ spec:
   image: {{ .Values.webapp.distributed.image }}
   imagePullPolicy: Always 
   mainApplicationFile: local:///incubator-sdap-nexus/analysis/webservice/webapp.py
+  arguments:
+    - "--solr-host={{ .Release.Name }}-solr-svc"
   sparkVersion: "2.4.4"
   restartPolicy:
     type: OnFailure