3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Add flags to reset Chewy and set batch size

This commit is contained in:
Matthew Abbott 2025-02-01 23:35:06 -06:00
parent a8e1c08557
commit 8bc81d2572
No known key found for this signature in database

View File

@ -61,6 +61,10 @@ spec:
{{- end }}
{{- if .Values.mastodon.deploySearch.resetChewy }}
- '--reset-chewy'
{{- end }}
{{- with .Values.mastodon.deploySearch.batchSize }}
- '--batch-size'
- {{ . | quote }}
{{- end }}
envFrom:
- configMapRef: