feat(notification): add deployment strategy for log ingestion service
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
087ea81863
commit
8fdb61170d
@ -36,6 +36,8 @@ spec:
|
||||
spec:
|
||||
{{- if .Values.logIngest.enabled }}
|
||||
serviceAccountName: "{{ .Release.Name }}-otel-collector"
|
||||
strategy:
|
||||
type: Recreate
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: "notification"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user