Skip to content
Snippets Groups Projects
Commit 91bd9217 authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

add traefik label (temporarily) for internal ldv-spec prometheus

parent 4de1cfca
No related branches found
No related tags found
1 merge request!101Add prometheus exporter
Pipeline #47752 passed
......@@ -72,6 +72,13 @@ services:
- ldv-spec-db
networks:
- ldv_network
- traefik_proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.ldv-spec-prometheus.entryPoints=websecure"
- "traefik.http.routers.ldv-spec-prometheus.service=ldv-spec-prometheus"
- "traefik.http.routers.ldv-spec-prometheus.rule=Host(`sdc-dev.astron.nl`) && PathPrefix(`/ldv-spec-prometheus`)"
- "traefik.http.services.ldv-spec-prometheus.loadbalancer.server.port=9090"
ldv-specification:
container_name: ldv-specification
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment