/maxwell-charts

Helm charts for Zendesk Maxwell (http://maxwells-daemon.io/)

Primary LanguageSmartyMIT LicenseMIT

Maxwell

Helm charts for maxwell.

Requrirements

  • Kubernetes; minikube for local development
  • Helm

Installation

  • Add your configuration in values.yaml > configMap.data. Default configuration is using ENV variables and using mw_ prefix. Change this flag in templates/deployment.yaml > containers.args.
  • See templates/deployment.yaml if you running minikube and want to access resources in Host.
  • Execute
$ helm install maxwell ./maxwell --namespace=your-namespace

Remove installation

$ helm uninstall maxwell --namespace=your-namespace