Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Refactor to use new prometheus-config-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jul 1, 2024
1 parent 790d015 commit fb39f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-stack/docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ services:
source: prometheus-configs
target: /prometheus-configs.d

prometheus-configs-provider:
image: swarmlibs/prometheus-configs-provider:main
prometheus-config-provider:
image: swarmlibs/prometheus-config-provider:main
command:
- --output-dir=/prometheus-configs.d
deploy:
Expand All @@ -79,7 +79,7 @@ services:
constraints:
- node.role == manager
labels:
io.prometheus.role: "prometheus-configs-provider"
io.prometheus.role: "prometheus-config-provider"
logging: *x-default-logging
networks:
prometheus_internal:
Expand Down

0 comments on commit fb39f99

Please sign in to comment.