Skip to content

Commit 3c607e2

Browse files
committed
Release 1.0.2
Merge branch 'main' into production
2 parents 9206806 + 8dbb23d commit 3c607e2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2.1
22

33
orbs:
4+
# Include the Silta orb.
5+
# @see https://circleci.com/developer/orbs/orb/silta/silta
46
silta: silta/silta@1
57

68
executors:

silta/silta-prod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Override the default values of Wunder's Drupal Helm chart and silta.yml.
2+
# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml
13

24
# Enable autoscaling for production.
35
autoscaling:
@@ -41,6 +43,10 @@ nginx:
4143
# basicauth:
4244
# enabled: false
4345

46+
# Disable MailHog in production.
47+
mailhog:
48+
enabled: false
49+
4450
mariadb:
4551
master:
4652
persistence:

silta/silta.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

2-
# Values in this file override the default values of our helm chart.
3-
#
4-
# See https://github.com/wunderio/charts/blob/master/drupal/values.yaml
5-
# for all possible options.
2+
# Override the default values of Wunder's Drupal Helm chart.
3+
# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml
64

75
php:
86
drupalCoreVersion: "10"

0 commit comments

Comments
 (0)