Remove broken nvidia exporter
This commit is contained in:
parent
f12c552bac
commit
6c70572ba5
@ -231,34 +231,10 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- traefik.enable=false
|
- traefik.enable=false
|
||||||
|
|
||||||
exporter-nvidia:
|
|
||||||
image: mindprince/nvidia_gpu_prometheus_exporter:0.1
|
|
||||||
container_name: monitoring_exporter-nvidia
|
|
||||||
logging:
|
|
||||||
driver: loki
|
|
||||||
options:
|
|
||||||
loki-url: http://localhost:3100/loki/api/v1/push
|
|
||||||
loki-batch-size: "50"
|
|
||||||
loki-retries: "1"
|
|
||||||
loki-timeout: "2s"
|
|
||||||
keep-file: "true"
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
reservations:
|
|
||||||
devices:
|
|
||||||
- driver: nvidia
|
|
||||||
count: all
|
|
||||||
capabilities: [gpu]
|
|
||||||
restart: "no"
|
|
||||||
networks:
|
|
||||||
- monitoring
|
|
||||||
labels:
|
|
||||||
- traefik.enable=false
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
monitoring:
|
monitoring:
|
||||||
external: true
|
external: true
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
mc-router:
|
mc-router:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user