Skip to content

openplus/helm-drupal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart: Drupal

A Helm chart for Drupal WxT using Minio for stateful data. These are the instructions for a Kubernetes package manager to set up Drupal and its environment. You can use this to build a local development environment or a cloud native implementation.

Installation

  1. Ensure you have a running Kubernetes cluster. You can also test locally with docker for Mac.

  2. Git clone the helm chart.

git clone https://github.com/drupalwxt/helm-drupal
cd helm-drupal/drupal
cp values.yaml values-override.yaml
  1. Run the following command:
helm install --name drupal -f values-override.yaml --timeout 1200 --wait .
  • If you have drupal.install set to true, then a site install will take place before the helm install command finishes. The default timeout is 300 seconds (or 5 minutes), but the Drupal install take much longer.
  1. Follow the steps presented to you once the helm install is completed.

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 100.0%