diff --git a/.monitoring/prometheus/prometheus.yml b/.monitoring/prometheus/prometheus.yml index 65a8525..5351bc2 100644 --- a/.monitoring/prometheus/prometheus.yml +++ b/.monitoring/prometheus/prometheus.yml @@ -7,6 +7,6 @@ scrape_configs: metrics_path: '/actuator/prometheus' scrape_interval: 3s static_configs: - - targets: ['host.docker.internal:8080'] + - targets: ['host.docker.internal:80'] labels: application: 'snackscription_subscriptionbox'