Skip to content

Commit

Permalink
chore(traefik): add localPlugins method
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed May 12, 2022
1 parent b59bb21 commit 162bf71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Personal cutting-edge technology lab.

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.
It is way over-engineering. Please make sure to know the tradeoffs before onboarding any technology to your project!

![Architecture](https://user-images.githubusercontent.com/3375461/167378081-c185f31c-4c48-413f-aabb-b85a765d2eb9.png)

Expand Down
1 change: 1 addition & 0 deletions kubernetes/manifests/hasura/hasura-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ spec:
volumeMounts:
- name: log-volume
mountPath: /tmp/log
# - image: ghcr.io/hongbo-miao/hm-traefik:latest
- image: traefik:v2.6.6
name: traefik
ports:
Expand Down
3 changes: 3 additions & 0 deletions kubernetes/manifests/hasura/traefik-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ data:
- 5.0
ping: {}
experimental:
# localPlugins:
# traefik-plugin-disable-graphql-introspection:
# moduleName: "github.com/Hongbo-Miao/traefik-plugin-disable-graphql-introspection"
plugins:
traefik-plugin-disable-graphql-introspection:
moduleName: "github.com/Hongbo-Miao/traefik-plugin-disable-graphql-introspection"
Expand Down

0 comments on commit 162bf71

Please sign in to comment.