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 456a01d0fb68f2df094b0f55ab4e3946661dc10d Author: Eamon Ford <[email protected]> AuthorDate: Thu Jul 16 18:54:07 2020 -0700 updated helm chart for zookeeper --- helm/templates/granule-ingester.yml | 4 ++-- helm/templates/history-pvc.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/helm/templates/granule-ingester.yml b/helm/templates/granule-ingester.yml index 2ce03b6..ba4794a 100644 --- a/helm/templates/granule-ingester.yml +++ b/helm/templates/granule-ingester.yml @@ -27,8 +27,8 @@ spec: value: {{ .Values.rabbitmq.fullnameOverride }} - name: CASSANDRA_CONTACT_POINTS value: sdap-cassandra - - name: SOLR_HOST_AND_PORT - value: http://sdap-solr:8983 + - name: ZK_HOST_AND_PORT + value: zk-cs:2181 resources: requests: cpu: {{ .Values.ingestion.granuleIngester.cpu }} diff --git a/helm/templates/history-pvc.yml b/helm/templates/history-pvc.yml index 3ecabe9..ed18f76 100644 --- a/helm/templates/history-pvc.yml +++ b/helm/templates/history-pvc.yml @@ -2,6 +2,8 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: name: history-volume-claim + annotations: + helm.sh/resource-policy: "keep" spec: accessModes: - ReadWriteOnce
