Files
traefik/values-internal.yaml
ducoterra 6fb4ac3fca helmify
2020-10-14 15:15:48 -04:00

29 lines
613 B
YAML

image: traefik:v2.2
install:
resourcedefinition: true
enable:
dnschallenge: true
tlschallenge: false
tracing: true
statsd: true
middleware:
basicauth: true
redirectscheme: true
stricttransport: true
config:
ingressclass: traefik-internal
http_port: 80
https_port: 443
admin_port: 8080
# statsd reporting
statsd_endpoint: graphite.ducoterra.net:8125
acme_email: ducoterra@icloud.com
# letsencrypt dns challenge for wildcard cert
dnschallenge_provider: namedotcom
dnschallenge_provider_secret: namedotcom
# zipkin tracing
tracing_endpoint: http://zipkin:9411/api/v2/spans