bugfix:TSG-18585:fix helm template traffic-engine.coredump invoke error.
This commit is contained in:
@@ -235,7 +235,7 @@ bypass_trigger_cpu_usage={{ .Values.overload_protection.detect_threshold_cpu_usa
|
||||
|
||||
|
||||
[BREAKPAD]
|
||||
{{- include "traffic-engine.coredump" . | indent 4 }}
|
||||
{{- include "traffic-engine.coredump" . | nindent 4 }}
|
||||
breakpad_minidump_dir="/run/sapp/crashreport"
|
||||
breakpad_upload_tools="/opt/tsg/framework/bin/minidump_upload"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ ts_update_interval_ms=1
|
||||
|
||||
# Only when (disable_coredump == 1 || (enable_breakpad == 1 && enable_breakpad_upload == 1)) is satisfied, the core will not be generated locally
|
||||
|
||||
{{- include "traffic-engine.coredump" . }}
|
||||
{{ include "traffic-engine.coredump" . }}
|
||||
# must be /run/sce/crashreport,due to tmpfile limit
|
||||
breakpad_minidump_dir=/run/sce/crashreport
|
||||
breakpad_upload_tools=/opt/tsg/framework/bin/minidump_upload
|
||||
|
||||
@@ -7,7 +7,7 @@ enable_kni_v4=1
|
||||
|
||||
# Only when (disable_coredump == 1 || (enable_breakpad == 1 && enable_breakpad_upload == 1)) is satisfied, the core will not be generated locally
|
||||
|
||||
{{- include "traffic-engine.coredump" . }}
|
||||
{{ include "traffic-engine.coredump" . }}
|
||||
# must be /run/tfe/crashreport due to tmpfile limit
|
||||
breakpad_minidump_dir=/run/tfe/crashreport
|
||||
breakpad_upload_tools=/opt/tsg/framework/bin/minidump_upload
|
||||
|
||||
Reference in New Issue
Block a user