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 39be1c505103a6397fcc05632e78bf47fb9a3894 Author: Eamon Ford <[email protected]> AuthorDate: Mon Jul 20 17:33:05 2020 -0700 add rabbitmq storageclass --- helm/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index b04dffd..aa03c0a 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -157,6 +157,8 @@ nginx-ingress: rabbitmq: ## fullnameOverride sets the name of the RabbitMQ service ## with which the ingestion components will communicate. + persistence: + storageClass: hostpath fullnameOverride: rabbitmq replicaCount: 1 auth:
