diff --git a/prometheus.yml b/prometheus.yml index 2f10e76..80b13b9 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -9,6 +9,7 @@ scrape_configs: static_configs: - targets: ['localhost:9090'] - job_name: 'gitea' + scheme: 'https' static_configs: - targets: ['git.badger-pirarucu.ts.net'] metrics_path: '/metrics' \ No newline at end of file