This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch helm-chart in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
commit 7a664e6f0dcf45c4afc9f99cc8a1f53720c28ec8 Author: tomsun28 <[email protected]> AuthorDate: Wed Nov 22 15:49:39 2023 +0800 support custom prometheus endpoint path (#1346) --- hertzbeat/templates/manager/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hertzbeat/templates/manager/configmap.yaml b/hertzbeat/templates/manager/configmap.yaml index 9aef47e..7e7cde9 100644 --- a/hertzbeat/templates/manager/configmap.yaml +++ b/hertzbeat/templates/manager/configmap.yaml @@ -214,6 +214,8 @@ data: - /**/*.jpg===get - /**/*.svg===get - /**/*.json===get + - /**/*.woff===get + - /**/*.eot===get # swagger ui - /swagger-resources/**===get - /v2/api-docs===get --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
