summaryrefslogtreecommitdiff
path: root/playbooks/roles/traefik/templates/stacks/traefik.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-08-11 18:39:55 -0700
committerElizabeth Hunt <me@liz.coffee>2025-08-11 18:39:55 -0700
commit08e92ca3b8ee6c38c3e19126378e51b46cf63b16 (patch)
tree6e9c0e0f394d645cea4208bcfab7e1d98d329e0e /playbooks/roles/traefik/templates/stacks/traefik.yml
parent4f90a2fc5fd134b27c2f0e32a5f1192003d3f0cf (diff)
downloadinfra-08e92ca3b8ee6c38c3e19126378e51b46cf63b16.tar.gz
infra-08e92ca3b8ee6c38c3e19126378e51b46cf63b16.zip
Oauth proxy and monitoring init
Diffstat (limited to 'playbooks/roles/traefik/templates/stacks/traefik.yml')
-rw-r--r--playbooks/roles/traefik/templates/stacks/traefik.yml17
1 files changed, 12 insertions, 5 deletions
diff --git a/playbooks/roles/traefik/templates/stacks/traefik.yml b/playbooks/roles/traefik/templates/stacks/traefik.yml
index 09588b3..68235e4 100644
--- a/playbooks/roles/traefik/templates/stacks/traefik.yml
+++ b/playbooks/roles/traefik/templates/stacks/traefik.yml
@@ -1,12 +1,18 @@
ping: {}
-accessLog: {}
+accessLog:
+ format: "json"
log:
- level: INFO
+ level: info
+metrics:
+ prometheus:
+ entryPoint: metrics
api:
dashboard: true
- insecure: true
- debug: true
+ insecure: false
+ debug: false
entryPoints:
+ metrics:
+ address: ":5577"
web:
address: ":80"
forwardedHeaders:
@@ -41,4 +47,5 @@ certificatesResolvers:
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory # staging
dnsChallenge:
provider: cloudflare
- delayBeforeCheck: 10
+ propagation:
+ delayBeforeChecks: 12s