Skip to content

OliveLand Saleor platform helm repo. Forked from k:saleor-helm

Notifications You must be signed in to change notification settings

theoliveland/saleor-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saleor Helm Charts

This is an unofficial registry of Saleor helm charts.

Prerequisites

Setup

Add the saleor helm repo:

$ make helm.setup

Installation

To install Saleor chart archives on your machine run the following command

$ make install

You're all set!

Exposing the apps

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

Using bash

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

Don't forget

Configure a values.yaml for the chart you want to install.

List of Charts

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.

Package and deploy updated charts

Deploy requires cr tool

Enable Github Pages (only first time)

Settings > Options > Github Pages > Source > Select master branch

Package chart

$ make chart.package

Upload New Release

$ make chart.release

Note: This command assumes that you have a Github token set in $CR_TOKEN environment variable.

Generate new index

$ make chart.index