helmify
This commit is contained in:
26
values-external.yaml
Normal file
26
values-external.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
image: traefik:v2.2
|
||||
|
||||
install:
|
||||
resourcedefinition: false
|
||||
|
||||
enable:
|
||||
dnschallenge: false
|
||||
tlschallenge: true
|
||||
tracing: true
|
||||
statsd: true
|
||||
|
||||
middleware:
|
||||
basicauth: false
|
||||
redirectscheme: false
|
||||
stricttransport: false
|
||||
|
||||
config:
|
||||
ingressclass: traefik-external
|
||||
http_port: 9080
|
||||
https_port: 9443
|
||||
admin_port: 8080
|
||||
# statsd reporting
|
||||
statsd_endpoint: graphite.ducoterra.net:8125
|
||||
acme_email: ducoterra@icloud.com
|
||||
# zipkin tracing
|
||||
tracing_endpoint: http://zipkin:9411/api/v2/spans
|
||||
Reference in New Issue
Block a user