File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
18
18
# This is the chart version. This version number should be incremented each time you make changes
19
19
# to the chart and its templates, including the app version.
20
20
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21
- version : 5.1.88
21
+ version : 5.1.89
22
22
23
23
# This is the version number of the application being deployed. This version number should be
24
24
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -113,6 +113,17 @@ mautic:
113
113
batchLimit : 50
114
114
# maxContacts: 5000
115
115
resources : *cron_resources
116
+ contactsScheduledExport :
117
+ enabled : true
118
+ schedule : " @hourly"
119
+ resources :
120
+ limits :
121
+ memory : 2Gi
122
+ requests :
123
+ memory : 1Gi
124
+ env :
125
+ - name : PHP_INI_VALUE_MEMORY_LIMIT
126
+ value : " 1536M"
116
127
campaignsRebuild :
117
128
enabled : true
118
129
schedule : " */30 * * * *"
@@ -130,13 +141,6 @@ mautic:
130
141
schedule : " */10 * * * *"
131
142
# limit: 5000
132
143
resources : *cron_resources
133
- contactsScheduledExport :
134
- enabled : true
135
- schedule : " */10 * * * *"
136
- resources : *cron_resources
137
- env :
138
- - name : PHP_INI_VALUE_MEMORY_LIMIT
139
- value : " 768M"
140
144
broadcastsSend :
141
145
enabled : true
142
146
schedule : " */5 * * * *"
You can’t perform that action at this time.
0 commit comments