Skip to content

Commit fc0828a

Browse files
committed
feat(traefik): add ping entrypoint for healthcheck
1 parent 0c8263b commit fc0828a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

traefik-dynamic/conf/traefik.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ entryPoints:
4040
address: ":443"
4141
metrics:
4242
address: ":9090"
43+
ping:
44+
address: ":8082"
45+
46+
ping:
47+
entryPoint: "ping"
4348

4449
certificatesResolvers:
4550
letsencrypt:

0 commit comments

Comments
 (0)