File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments