@@ -235,7 +235,7 @@ prometheus:
235235 registry : docker.io
236236 repository : api7/prometheus
237237 tag : 2.48.1-debian-11-r0
238- existingSecret : " " # name of existing secret to mount the path of prometheus client certs.
238+ existingSecret : " " # name of existing secret to mount the path of prometheus client certs.
239239 enableRemoteWriteReceiver : true
240240 enableAdminAPI : true
241241 serviceAccount :
@@ -305,15 +305,15 @@ dashboard_configuration:
305305 prometheus :
306306 addr : " http://api7-prometheus-server:9090"
307307 timeout : " 30s"
308- basic_auth : # access the prometheus with basic-auth
309- username : " " # Basic-auth username. If the username is empty, basic-auth authentication is not performed when requesting prometheus.
308+ basic_auth : # access the prometheus with basic-auth
309+ username : " " # Basic-auth username. If the username is empty, basic-auth authentication is not performed when requesting prometheus.
310310 password : " "
311311 tls :
312312 server_name : " "
313313 insecure_skip_verify : false
314314 enable_client_cert : false
315315 key_file : " " # the file path of the private key for requesting prometheus, (e.g. /app/prometheus/certs/tls.key)
316- cert_file : " " # the file path of the certificate for requesting prometheus, (e.g. /app/prometheus/certs/tls.crt)
316+ cert_file : " " # the file path of the certificate for requesting prometheus, (e.g. /app/prometheus/certs/tls.crt)
317317 ca_file : " " # the file path of the ca to verify the prometheus tls server. (e.g. /app/prometheus/certs/ca.crt)
318318 whitelist :
319319 - " /api/v1/query_range"
@@ -370,15 +370,15 @@ dp_manager_configuration:
370370 prometheus :
371371 addr : " http://api7-prometheus-server:9090"
372372 timeout : " 30s"
373- basic_auth : # access the prometheus with basic-auth
374- username : " " # Basic-auth username. If the username is empty, basic-auth authentication is not performed when requesting prometheus.
373+ basic_auth : # access the prometheus with basic-auth
374+ username : " " # Basic-auth username. If the username is empty, basic-auth authentication is not performed when requesting prometheus.
375375 password : " "
376376 tls :
377377 server_name : " "
378378 insecure_skip_verify : false
379379 enable_client_cert : false
380380 key_file : " " # the file path of the private key for requesting prometheus, (e.g. /app/prometheus/certs/tls.key)
381- cert_file : " " # the file path of the certificate for requesting prometheus, (e.g. /app/prometheus/certs/tls.crt)
381+ cert_file : " " # the file path of the certificate for requesting prometheus, (e.g. /app/prometheus/certs/tls.crt)
382382 ca_file : " " # the file path of the ca to verify the prometheus tls server. (e.g. /app/prometheus/certs/ca.crt)
383383 consumer_cache :
384384 size : 50000
0 commit comments