Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drupalwxt/helm-drupal
Helm chart for running Drupal on Kubernetes
https://github.com/drupalwxt/helm-drupal
charts drupal helm kubernetes
Last synced: 4 days ago
JSON representation
Helm chart for running Drupal on Kubernetes
- Host: GitHub
- URL: https://github.com/drupalwxt/helm-drupal
- Owner: drupalwxt
- License: mit
- Created: 2017-09-25T01:49:11.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T13:49:48.000Z (9 months ago)
- Last Synced: 2024-02-19T15:07:01.184Z (9 months ago)
- Topics: charts, drupal, helm, kubernetes
- Language: PHP
- Homepage: https://drupalwxt.github.io/helm-drupal/index.yaml
- Size: 64.2 MB
- Stars: 29
- Watchers: 10
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Helm Charts for Drupal
A **[Helm chart][helm]** for **Drupal**.
This chart will deploy a highly available and performant enterprise Drupal site with the following integrations:
- File Storage (Azure Files) for Stateless Design
- MySQL (optionally configured with ProxySQL)
- PostgreSQL (optionally configured with PGBouncer)
- Redis
- Solr
- VarnishPlease consult our **Architectural Diagram** for a recommended setup on Azure:
- **[Architectural Diagram][diagram]**
## Individual Charts
Further documentation can be found at the individual chart level:
- **[Drupal 9/10][drupal]**
## Development
We strive to ensure for every significant changes made to the Helm Chart we will bump the `Chart.yaml` version so that there are no breaking changes introduced on your current release.
You can consult the `values.yaml` file for the full range of options available to you.
> **Note:** We try out best to follow `https://semver.org` so that it's clear patch, minor and major releases for breaking changes.
[diagram]: https://github.com/drupalwxt/helm-drupal/blob/main/docs/diagram-drupal.pdf
[drupal]: charts/drupal/
[helm]: https://helm.sh/