Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 414 Bytes

FOR_PRODUCTION.md

File metadata and controls

19 lines (13 loc) · 414 Bytes

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