Skip to content

Commit

Permalink
feat(traefik): enable access log and healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed May 5, 2022
1 parent c1daee3 commit c194755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This diagram shows the architecture of this repository.

It is way over-engineering. So make sure to know the tradeoffs before onboarding any technology to your project.

![Architecture](https://user-images.githubusercontent.com/3375461/166176829-e20fbf09-56e6-46be-8d08-798af4763ab4.png)
![Architecture](https://user-images.githubusercontent.com/3375461/167016894-4c71ceeb-62e4-4056-80b4-49a213676446.png)

## Setup

Expand Down
8 changes: 5 additions & 3 deletions kubernetes/manifests/hasura/traefik-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,21 @@ data:
api:
insecure: true
dashboard: true
debug: true
log:
level: DEBUG
providers:
file:
filename: /etc/traefik/dynamic_conf.yaml
log:
level: INFO
accessLog: {}
metrics:
prometheus:
buckets:
- 0.1
- 0.3
- 1.2
- 5.0
ping: {}
dynamic_conf.yaml: |
http:
routers:
Expand Down

0 comments on commit c194755

Please sign in to comment.