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:
parent
a8e1c08557
commit
8bc81d2572
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user