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:
|
spec:
|
||||||
{{- if .Values.logIngest.enabled }}
|
{{- if .Values.logIngest.enabled }}
|
||||||
serviceAccountName: "{{ .Release.Name }}-otel-collector"
|
serviceAccountName: "{{ .Release.Name }}-otel-collector"
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: "notification"
|
- name: "notification"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user