add tracing and basic auth

This commit is contained in:
ducoterra
2020-05-15 13:37:42 -04:00
parent e4ec853e52
commit e46770616e
9 changed files with 34 additions and 2 deletions

View File

@@ -33,6 +33,12 @@ spec:
- --certificatesresolvers.myresolver.acme.tlschallenge
- --certificatesresolvers.myresolver.acme.email=ducoterra@icloud.com
- --certificatesresolvers.myresolver.acme.storage=/acme/acme.json
- --tracing=true
- --tracing.serviceName=traefik-external-controller
- --tracing.spanNameLimit=0
- --tracing.zipkin=true
- --tracing.zipkin.httpEndpoint=http://zipkin:9411/api/v2/spans
- --tracing.zipkin.sampleRate=1.0
volumeMounts:
- mountPath: /acme
name: traefik-external-acme