Liferay Helm Chart

A Liferay DXP Helm chart for Kubernetes

View the Project on GitHub LiferayCloud/liferay-helm-chart

For Production

When installing into production it is best to start by creating a custom values file.

custom-values.yaml:

# Custom Values
config: {}

Once the file has all the necessary configuration it can be supplied to the helm command as follows:

helm upgrade -i liferay -n liferay-system --create-namespace liferay/liferay \
  -f custom-values.yaml

Recipes