drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

Add PodDisruptionBudget to charts #114

Closed markwooff closed 2 years ago

markwooff commented 2 years ago

One last handy feature I was hoping to add to the helm-drupal chart was the use of PodDisruptionBudgets if a developer wanted to ensure a certain amount of pods remain available during any k8s upgrades or node updates.

Added in the Helm values as commented-out fields.

markwooff commented 2 years ago

I know the feeling 😄 been wanting to contribute these changes to your repo for a while but only finding the time during the quiet holiday period. Hopefully these all help!

zachomedia commented 2 years ago

They are definitely a help! Thank you!!