fix: Simplify stack.toml format to basic metadata only
This commit is contained in:
parent
8cc2076a50
commit
23d823b79e
5 changed files with 5 additions and 121 deletions
|
|
@ -1,25 +1,5 @@
|
|||
[stack]
|
||||
name = "Node Exporter"
|
||||
description = "System-Metriken für Prometheus"
|
||||
version = "1.0.0"
|
||||
category = "monitoring"
|
||||
|
||||
[compose]
|
||||
file = "compose.yml"
|
||||
|
||||
[variables]
|
||||
# Keine Secrets erforderlich
|
||||
|
||||
[ports]
|
||||
internal = 9100
|
||||
external = "127.0.0.1:9100"
|
||||
description = "Node Exporter Metrics"
|
||||
|
||||
[networks]
|
||||
monitoring = "bridge"
|
||||
|
||||
[healthcheck]
|
||||
endpoint = "http://localhost:9100/metrics"
|
||||
interval = "30s"
|
||||
timeout = "10s"
|
||||
retries = 3
|
||||
compose_file = "compose.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue