From 8fdb61170d7110deffad674c5cb00f841a0c25a5 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 5 Sep 2025 10:21:21 +0800 Subject: [PATCH] feat(notification): add deployment strategy for log ingestion service Signed-off-by: zhenyus --- .../notification/templates/notification/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml b/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml index d1930d64..7e24451a 100644 --- a/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml +++ b/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml @@ -36,6 +36,8 @@ spec: spec: {{- if .Values.logIngest.enabled }} serviceAccountName: "{{ .Release.Name }}-otel-collector" + strategy: + type: Recreate {{- end }} containers: - name: "notification"