Liferay Helm Chart

A Liferay DXP Helm chart for Kubernetes

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

Scaling (Clustering)

Clustering is automatically configured when either static or auto scaling is enabled.

Note: A license which supports clustering must be deployed.

Static Scaling

Static scaling is enabled by specifying the number of replicas:

replicaCount: X

Auto (or Elastic) Scaling

Auto scaling is enabled by specifying autoscaling.enabled=true.

autoscaling:
  enabled: true