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:
parent
a8e1c08557
commit
8bc81d2572
|
@ -61,6 +61,10 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.mastodon.deploySearch.resetChewy }}
|
{{- if .Values.mastodon.deploySearch.resetChewy }}
|
||||||
- '--reset-chewy'
|
- '--reset-chewy'
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.mastodon.deploySearch.batchSize }}
|
||||||
|
- '--batch-size'
|
||||||
|
- {{ . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user