Skip to content

Commit b8078d0

Browse files
enable chunks
1 parent 6a35087 commit b8078d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

charts/gitops-runtime/values.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,11 @@ app-proxy:
482482
# -- Log Level
483483
logLevel: "info"
484484

485-
# cron:
486-
# -- chunk size of the cluster lists to refresh the clusters in portion during cron job
487-
# clusterChunkSize: 5
485+
cron:
486+
# -- chunk size of the cluster lists to refresh the clusters in portion during cron job:
487+
# - reduce this value if you have a lot of clusters and the cron job is failing with payload too large error
488+
# - use 0 to sync all clusters at once
489+
clusterChunkSize: 50
488490

489491
env: {}
490492

0 commit comments

Comments
 (0)