2025-11-01 11:12:12 +00:00
|
|
|
# Prometheus web configuration with authentication
|
2025-11-01 11:22:06 +00:00
|
|
|
# Note: Prometheus doesn't support web.config.file in this format
|
|
|
|
|
# We'll use environment variables for basic auth instead
|
2025-11-01 11:12:12 +00:00
|
|
|
|
2025-11-01 11:22:06 +00:00
|
|
|
# Alternative approach: Use basic auth via web.yml
|
|
|
|
|
# This requires Prometheus to be built with web.yml support
|
|
|
|
|
web_config_file: /etc/prometheus/web.yml
|