3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 04:53: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

@ -62,6 +62,10 @@ spec:
{{- if .Values.mastodon.deploySearch.resetChewy }} {{- if .Values.mastodon.deploySearch.resetChewy }}
- '--reset-chewy' - '--reset-chewy'
{{- end }} {{- end }}
{{- with .Values.mastodon.deploySearch.batchSize }}
- '--batch-size'
- {{ . | quote }}
{{- end }}
envFrom: envFrom:
- configMapRef: - configMapRef:
name: {{ include "oliphaunt.fullname" . }}-mastodon-env name: {{ include "oliphaunt.fullname" . }}-mastodon-env