Skip to content

Commit

Permalink
Merge pull request #429 from wunderio/feature/QAG-30-mailhog
Browse files Browse the repository at this point in the history
QAG-30: Disable MailHog in production
  • Loading branch information
tormi authored Dec 6, 2024
2 parents dccd8ff + 0b034c3 commit 8dbb23d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions silta/silta-prod.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -41,6 +43,10 @@ nginx:
# basicauth:
# enabled: false

# Disable MailHog in production.
mailhog:
enabled: false

mariadb:
master:
persistence:
Expand Down
6 changes: 2 additions & 4 deletions silta/silta.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8dbb23d

Please sign in to comment.