Skip to content

Commit 54cbccf

Browse files
committed
Use https for the scrape job in testlists
1 parent e12e65a commit 54cbccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/prometheus/templates/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ scrape_configs:
394394
basic_auth:
395395
username: 'prom'
396396
password: '{{ prometheus_metrics_password }}'
397-
scheme: http
397+
scheme: https
398398

399399
- job_name: "airflow"
400400
scheme: https

0 commit comments

Comments
 (0)