prometheus: use config v9
parent
ba63c08305
commit
1deedba7e8
|
@ -14,7 +14,7 @@ services:
|
||||||
- 'node.labels.class == admin'
|
- 'node.labels.class == admin'
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
- source: prometheus_v8
|
- source: prometheus_v9
|
||||||
target: /etc/prometheus/prometheus.yml
|
target: /etc/prometheus/prometheus.yml
|
||||||
networks:
|
networks:
|
||||||
- 'default'
|
- 'default'
|
||||||
|
@ -82,7 +82,7 @@ services:
|
||||||
- '/:/rootfs:ro'
|
- '/:/rootfs:ro'
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
prometheus_v8:
|
prometheus_v9:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue