This is an unofficial registry of Saleor helm charts.
- Helm 3+
Add the saleor helm repo:
$ make helm.setup
To install Saleor chart archives on your machine run the following command
$ make install
You're all set!
The apps are not exposed yet, here's what you need to do so that you can access them from your machine:
$ make expose
$*_SERVICE_PORT
is the port of the running service in a pod. You can find
them under containerPort
in deployment.yaml
files. So far, they are set to
the following:
Service | Port |
---|---|
saleor | 8000 |
Saleor-dashboard | 80 |
Saleor-storefront | 80 |
Bash is extremely helpful in running management commands on your services. To enter the bash shell of a pod use the following command
$ make POD_NAME=<pod_name> bash
Configure a values.yaml for the chart you want to install.
Chart to run Saleor with the Dashboard and Storefront.
Note: This chart will not only installs Saleor backend, it also installs Saleor dashboard and storefront charts along the way.
Chart to run Saleor Dashboard
Chart to run Saleor Storefront.
Deploy requires cr
tool
Settings > Options > Github Pages > Source > Select master branch
$ make chart.package
$ make chart.release
Note: This command assumes that you have a Github token set in $CR_TOKEN environment variable.
$ make chart.index