bugfix:TSG-18585:fix helm template traffic-engine.coredump invoke error.

This commit is contained in:
fumingwei
2024-01-12 15:00:38 +08:00
parent 91902c7cb3
commit a0d99585c6
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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/crashreportdue to tmpfile limit
breakpad_minidump_dir=/run/sce/crashreport
breakpad_upload_tools=/opt/tsg/framework/bin/minidump_upload

View File

@@ -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