From 09530c0f4a1503713a76c68153b4da5287f9b79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Mota?= Date: Mon, 14 Oct 2024 10:11:51 +0100 Subject: [PATCH] feat(helm): add tolerations to pattern-ingester statefulset (#13605) --- .../pattern-ingester/statefulset-pattern-ingester.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/production/helm/loki/templates/pattern-ingester/statefulset-pattern-ingester.yaml b/production/helm/loki/templates/pattern-ingester/statefulset-pattern-ingester.yaml index 4666dd6197b8..b1be84fef4de 100644 --- a/production/helm/loki/templates/pattern-ingester/statefulset-pattern-ingester.yaml +++ b/production/helm/loki/templates/pattern-ingester/statefulset-pattern-ingester.yaml @@ -131,6 +131,10 @@ spec: nodeSelector: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .Values.patternIngester.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }} volumes: - name: temp emptyDir: {} @@ -176,4 +180,4 @@ spec: {{- end }} {{- end }} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}}