Moves debug image-building

This commit is contained in:
benbierens 2023-04-28 08:26:21 +02:00
parent a9885502d4
commit 476ce2f0b2
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
6 changed files with 0 additions and 21 deletions

View File

@ -1,6 +0,0 @@
groups:
- name: DemoAlerts
rules:
- alert: InstanceDown
expr: up{job="services"} < 1
for: 5m

View File

@ -1,15 +0,0 @@
global:
scrape_interval: 30s
scrape_timeout: 10s
rule_files:
- alert.yml
scrape_configs:
- job_name: services
metrics_path: /metrics
static_configs:
- targets:
- 'prometheus:9090'
- 'codex-node1:9090'
- 'codex-node2:9090'