Skip to content

Commit a2ef7ab

Browse files
committed
..
1 parent 8a19185 commit a2ef7ab

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

charts/mautic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 5.1.88
21+
version: 5.1.89
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/mautic/values.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,17 @@ mautic:
113113
batchLimit: 50
114114
# maxContacts: 5000
115115
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"
116127
campaignsRebuild:
117128
enabled: true
118129
schedule: "*/30 * * * *"
@@ -130,13 +141,6 @@ mautic:
130141
schedule: "*/10 * * * *"
131142
# limit: 5000
132143
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"
140144
broadcastsSend:
141145
enabled: true
142146
schedule: "*/5 * * * *"

0 commit comments

Comments
 (0)