This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch bug_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/bug_fixes by this push:
new f3b6f5a pass cassandra host
f3b6f5a is described below
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