feat(notification): add deployment strategy for log ingestion service

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-09-05 10:21:21 +08:00
parent 087ea81863
commit 8fdb61170d

View File

@ -36,6 +36,8 @@ spec:
spec:
{{- if .Values.logIngest.enabled }}
serviceAccountName: "{{ .Release.Name }}-otel-collector"
strategy:
type: Recreate
{{- end }}
containers:
- name: "notification"