mirror of
https://github.com/mastodon/chart
synced 2025-03-14 21:11:50 +00:00
add tolerations specific to web deployment to template (#100)
Co-authored-by: Norman <85173861+norman-zon@users.noreply.github.com> Co-authored-by: Alex Nordlund <deep.alexander@gmail.com> Co-authored-by: Effy Elden <effy@effy.space> Co-authored-by: Sheogorath <sheogorath@shivering-isles.com> Co-authored-by: Chris Funderburg <chris@funderburg.me> Co-authored-by: Roberto Santalla <roobre@roobre.es> Co-authored-by: Radim Dostál <radim.dostal@teta.eu> Co-authored-by: Jim Myhrberg <contact@jimeh.me> Co-authored-by: David Sanftenberg <david.sanftenberg@gmail.com> Co-authored-by: Alexander "Ananace" Olofsson <me+github@ananace.dev> Co-authored-by: Renaud Chaput <renchap@gmail.com> Co-authored-by: Varac <varac@varac.net> Co-authored-by: Cees-Jan Kiewiet <ceesjank@gmail.com> Co-authored-by: Tim Campbell <timetinytim@gmail.com>
This commit is contained in:
parent
089adff9a5
commit
826d6e945f
|
@ -202,7 +202,7 @@ spec:
|
|||
topologySpreadConstraints:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.tolerations }}
|
||||
{{- with (default .Values.tolerations .Values.mastodon.web.tolerations) }}
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user