3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

allow web-specific tolerations

This commit is contained in:
James Hammett 2023-11-14 09:00:19 -07:00
parent ac83e2c4c7
commit 254446d6a0

View File

@ -142,7 +142,7 @@ spec:
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
{{- with (default .Values.tolerations .Values.mastodon.web.tolerations) }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}