File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
+ # Include the Silta orb.
5
+ # @see https://circleci.com/developer/orbs/orb/silta/silta
4
6
silta : silta/silta@1
5
7
6
8
executors :
Original file line number Diff line number Diff line change
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
1
3
2
4
# Enable autoscaling for production.
3
5
autoscaling :
@@ -41,6 +43,10 @@ nginx:
41
43
# basicauth:
42
44
# enabled: false
43
45
46
+ # Disable MailHog in production.
47
+ mailhog :
48
+ enabled : false
49
+
44
50
mariadb :
45
51
master :
46
52
persistence :
Original file line number Diff line number Diff line change 1
1
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
6
4
7
5
php :
8
6
drupalCoreVersion : " 10"
You can’t perform that action at this time.
0 commit comments