Skip to content

Commit

Permalink
fix: simplify traefik because it's not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
RedlineTriad committed Oct 20, 2024
1 parent 7a38f7a commit defced3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions software/roles/docker_compose_apps/templates/traefik/traefik.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ providers:
exposedByDefault: false
network: rproxy

tracing:
openTelemetry:
address: http://otel-collector:4317
insecure: true
grpc: {}

log:
format: json

metrics:
openTelemetry:
address: otel-collector:4317
insecure: true
grpc: {}
addEntryPointsLabels: true
addRoutersLabels: true
addServicesLabels: true
# tracing:
# openTelemetry:
# address: http://otel-collector:4317
# insecure: true
# grpc: {}

# log:
# format: json

# metrics:
# openTelemetry:
# address: otel-collector:4317
# insecure: true
# grpc: {}
# addEntryPointsLabels: true
# addRoutersLabels: true
# addServicesLabels: true

api:
dashboard: true

0 comments on commit defced3

Please sign in to comment.