Skip to content

Commit

Permalink
feat(helm): add tolerations to pattern-ingester statefulset (#13605)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmota authored Oct 14, 2024
1 parent 10569ab commit 09530c0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.patternIngester.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: temp
emptyDir: {}
Expand Down Expand Up @@ -176,4 +180,4 @@ spec:
{{- end }}
{{- end }}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit 09530c0

Please sign in to comment.