chibenwa commented on a change in pull request #718: URL: https://github.com/apache/james-project/pull/718#discussion_r738898900
########## File path: server/apps/distributed-app/helm-chart/README.md ########## @@ -0,0 +1,21 @@ +# Helm chart for James + +## Introduction + +This chart bootstraps a James mail server on a [Kubernetes](http://kubernetes.io) +cluster using the [Helm](https://helm.sh) package manager. + +## Notice about mailetcontainer + +You will need to add yourself manually the `mailetcontainer.xml` configuration file into +the configs folder proper to your client before installing the helm James package. + +NB: It should change in a near future as helm should support such an operation. + +## Notice about RabbitMQ + +James is linked to RabbitMQ instances for mail processing. + +You need RabbitMQ to run before deploying James. Also you need to make sure that the +`rabbitmq-account-james` secret has been created from the James RabbitMQ, +see `rabbitmq-cluster` Helm Chart. Review comment: rm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
