helmify
This commit is contained in:
29
values-internal.yaml
Normal file
29
values-internal.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user