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 f3b6f5af47415a65edbcf25215879ebb35cb3cb2
Author: Eamon Ford <[email protected]>
AuthorDate: Wed Jul 22 16:37:09 2020 -0700

    pass cassandra host
---
 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 4af0e38..2963cce 100644
--- a/helm/templates/webapp.yml
+++ b/helm/templates/webapp.yml
@@ -12,7 +12,7 @@ spec:
   imagePullPolicy: IfNotPresent
   mainApplicationFile: 
local:///incubator-sdap-nexus/analysis/webservice/webapp.py
   arguments:
-    - "--solr-host={{ .Release.Name }}-solr-svc:8983"
+    - "--cassandra-host=sdap-cassandra --solr-host={{ .Release.Name 
}}-solr-svc:8983"
   sparkVersion: "2.4.4"
   restartPolicy:
     type: OnFailure

Reply via email to