stephenmoloney / saleor-helm

Helm charts for a kubernetes deployment of the saleor ecommerce platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saleor-Helm

NOTICE

This repository is now deprecated. Saleor underwent some major changes around version 2.9.0 and required some heavy refactoring of the charts.

Please see the project eirenauts/saleor-k8s to deploy saleor using helm.

Goals

This is a repository designed for development of saleor-helm charts.

When the charts have matured sufficiently, potential goals may include:

  • Update the PR in saleor
  • Submit a pull request to helm/charts for the saleor deployment

Refer to the Helm README file for detailed documentation

Roadmap

See the github Project Roadmap

Demo

Demos sites can be found as follows:

App Type URL Notes
Saleor MVC app [store.saleor-demo.com] Backend rendered templates and business logic
Saleor storefront app TODO Graphql driven single page app

The demo of this project will be continuously deployed on the master branch using the weaveworks flux continuous deployment system for kubernetes when:

  • a new image is built and pushed to the docker registry
  • this repository helm chart is modified

A Braintree sandbox account is setup for the demo site for testing payments. Only, the braintree testing credit card numbers may be used for the braintree testing sandbox.

Sentry

In order to generate sentry as part of the deployment process, see fork/sentry-charts. This fork might be eventually be reintroduced to master. For now, the easiest way to introduce sentry as part of your deployment is to deploy the helm/stable/sentry chart separately and then add the sentry dns to to the values.yaml file.

Contributing

Contributions are welcome, please read the contributing guide

License

Apache 2.0 license. License

About

Helm charts for a kubernetes deployment of the saleor ecommerce platform

License:Apache License 2.0


Languages

Language:HTML 87.8%Language:Dockerfile 12.2%