Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux committed Sep 23, 2024
1 parent 88013b3 commit ac38654
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/mautic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 5.1.82
version: 5.1.83

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
10 changes: 5 additions & 5 deletions charts/mautic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,25 +104,25 @@ mautic:
# rebuild: true
resources: &cron_resources
limits:
memory: 256Mi
memory: 512Mi
requests:
memory: 128Mi
segmentsUpdate:
enabled: true
schedule: "@every 1h"
batchLimit: 10
schedule: "@every 2h"
batchLimit: 50
# maxContacts: 5000
resources: *cron_resources
campaignsRebuild:
enabled: true
schedule: "*/30 * * * *"
batchLimit: 10
batchLimit: 50
# maxContacts: 5000
resources: *cron_resources
campaignsTrigger:
enabled: true
schedule: "*/20 * * * *"
batchLimit: 10
batchLimit: 50
# campaignLimit: 500
resources: *cron_resources
import:
Expand Down

0 comments on commit ac38654

Please sign in to comment.