mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
allow web-specific tolerations
This commit is contained in:
parent
ac83e2c4c7
commit
254446d6a0
|
@ -142,7 +142,7 @@ spec:
|
||||||
affinity:
|
affinity:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.tolerations }}
|
{{- with (default .Values.tolerations .Values.mastodon.web.tolerations) }}
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user