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 11version : 2.1
22
33orbs :
4+ # Include the Silta orb.
5+ # @see https://circleci.com/developer/orbs/orb/silta/silta
46 silta : silta/silta@1
57
68executors :
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
13
24# Enable autoscaling for production.
35autoscaling :
@@ -41,6 +43,10 @@ nginx:
4143# basicauth:
4244# enabled: false
4345
46+ # Disable MailHog in production.
47+ mailhog :
48+ enabled : false
49+
4450mariadb :
4551 master :
4652 persistence :
Original file line number Diff line number Diff line change 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
75php :
86 drupalCoreVersion : " 10"
You can’t perform that action at this time.
0 commit comments