feat(deployment): add DNS configuration option for single-request-reopen
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
7e80fc6ca6
commit
2c6c9e38c1
@ -34,6 +34,9 @@ spec:
|
||||
sidecar.opentelemetry.io/inject: "{{ .Release.Namespace}}/{{ .Release.Name }}-opentelemetry-collector"
|
||||
{{- end }}
|
||||
spec:
|
||||
dnsConfig:
|
||||
options:
|
||||
- name: single-request-reopen
|
||||
{{- if .Values.logIngest.enabled }}
|
||||
serviceAccountName: "{{ .Release.Name }}-otel-collector"
|
||||
{{- end }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user