diff options
| author | fumingwei <[email protected]> | 2023-06-28 20:52:16 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2023-06-28 20:52:16 +0800 |
| commit | 2ae5c6aaa3e1cb45e5a693f2021ed2fb69f9b67d (patch) | |
| tree | 75d912ef0e9d308879dbfcd76406c419362ff10f | |
| parent | d6e49fd5ef6953c1e05d76d0f1170b907bdb000d (diff) | |
bugfix:TSG-15718:修改因sapp配置文件错误导致firewall容器启动失败问题v23.06.5
| -rw-r--r-- | ansible/roles/sapp/templates/sapp.toml.j2.j2 | 2 | ||||
| -rw-r--r-- | ansible/roles/traffic-engine/files/helm/conf/sapp.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/sapp/templates/sapp.toml.j2.j2 b/ansible/roles/sapp/templates/sapp.toml.j2.j2 index d026496b..cbc52466 100644 --- a/ansible/roles/sapp/templates/sapp.toml.j2.j2 +++ b/ansible/roles/sapp/templates/sapp.toml.j2.j2 @@ -192,7 +192,7 @@ dictator_enable=0 [profiling.metric.fs3] enabled=1 - prometheus_port=9373 + prometheus_port=9273 prometheus_url_path="/metrics" local_file="fs3_sysinfo.metrics" refresh_interval_s=1 diff --git a/ansible/roles/traffic-engine/files/helm/conf/sapp.toml b/ansible/roles/traffic-engine/files/helm/conf/sapp.toml index 147042b1..8740d9b1 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/sapp.toml +++ b/ansible/roles/traffic-engine/files/helm/conf/sapp.toml @@ -185,7 +185,7 @@ bypass_trigger_cpu_usage={{ .Values.overload_protection.detect_threshold_cpu_usa [profiling.metric.fs3] enabled=1 - prometheus_port=9373 + prometheus_port=9273 prometheus_url_path="/metrics" local_file="fs3_sysinfo.metrics" refresh_interval_s=1 |
