diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f58a58..cd8a12e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,8 @@ version: 2.1 orbs: + # Include the Silta orb. + # @see https://circleci.com/developer/orbs/orb/silta/silta silta: silta/silta@1 executors: diff --git a/silta/silta-prod.yml b/silta/silta-prod.yml index 61af028..455f5d3 100644 --- a/silta/silta-prod.yml +++ b/silta/silta-prod.yml @@ -1,3 +1,5 @@ +# Override the default values of Wunder's Drupal Helm chart and silta.yml. +# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml # Enable autoscaling for production. autoscaling: @@ -41,6 +43,10 @@ nginx: # basicauth: # enabled: false +# Disable MailHog in production. +mailhog: + enabled: false + mariadb: master: persistence: diff --git a/silta/silta.yml b/silta/silta.yml index 37cbb9b..3955065 100644 --- a/silta/silta.yml +++ b/silta/silta.yml @@ -1,8 +1,6 @@ -# Values in this file override the default values of our helm chart. -# -# See https://github.com/wunderio/charts/blob/master/drupal/values.yaml -# for all possible options. +# Override the default values of Wunder's Drupal Helm chart. +# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml php: drupalCoreVersion: "10"