Skip to content

Commit a7c1b6f

Browse files
committed
fix(prometheus): remove unused prometheus.d dir
The container was not starting because the dir was not present
1 parent bf056be commit a7c1b6f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ The module is composed by the following systemd units:
7777
- prometheus.service: runs the prometheus container
7878
- loki.service: runs the loki container
7979
- grafana.service: runs the grafana container
80-
container creates a file inside the `prometheus.d/` directory
8180
- webssh.service: runs the webssh container
8281

8382
### API Server

imageroot/systemd/user/prometheus.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ExecStart=/usr/bin/podman run \
1919
--pod-id-file %t/controller.pod-id \
2020
--replace -d --name prometheus \
2121
--volume=%S/state/prometheus.yml:/prometheus/prometheus.yml:z \
22-
--volume=./prometheus.d/:/prometheus/prometheus.d/:z \
2322
--volume=prometheus-data:/prometheus:z \
2423
--network=host \
2524
${PROMETHEUS_IMAGE} --web.listen-address=127.0.0.1:${PROMETHEUS_PORT} --web.external-url=${PROMETHEUS_PATH} --storage.tsdb.retention.time=${PROMETHEUS_RETENTION}

0 commit comments

Comments
 (0)