Skip to content
Snippets Groups Projects
Commit 405b84ba authored by Jan Pokorný's avatar Jan Pokorný :lifter_tone2:
Browse files

Changing ports in prometheus.yml

parent d36ae104
No related branches found
No related tags found
1 merge request!49Security fix
......@@ -12,27 +12,27 @@ scrape_configs:
metrics_path: '/actuator/prometheus'
static_configs:
- targets:
- 'host.docker.internal:5001'
- 'docker.for.mac.localhost:5001'
- 'certificate:5001'
- 'host.docker.internal:8082'
- 'docker.for.mac.localhost:8082'
- 'certificate:8082'
- job_name: 'module-exercise'
metrics_path: '/actuator/prometheus'
static_configs:
- targets:
- 'host.docker.internal:5002'
- 'docker.for.mac.localhost:5002'
- 'exercise:5002'
- 'host.docker.internal:8083'
- 'docker.for.mac.localhost:8083'
- 'exercise:8083'
- job_name: 'module-language-school'
metrics_path: '/actuator/prometheus'
static_configs:
- targets:
- 'host.docker.internal:5000'
- 'docker.for.mac.localhost:5000'
- 'language-school:5000'
- 'host.docker.internal:8081'
- 'docker.for.mac.localhost:8081'
- 'language-school:8081'
- job_name: 'module-mail'
metrics_path: '/actuator/prometheus'
static_configs:
- targets:
- 'host.docker.internal:5003'
- 'docker.for.mac.localhost:5003'
- 'mail:5003'
- 'host.docker.internal:8084'
- 'docker.for.mac.localhost:8084'
- 'mail:8084'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment