Skip to content

Commit

Permalink
feat: disable external traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevader committed Dec 1, 2024
1 parent 48d7547 commit 44e3c76
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps-root-config/applications/cluster-critical-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ applications:
opnsense: {}
promtail: {}
traefik: {}
traefik-external: {}
# traefik-external: {}
13 changes: 9 additions & 4 deletions docs/traefik.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ Issue with only one service `api@internal` with will mess up the WebUI: The web
services and routes.


https://github.com/traefik/traefik-helm-chart/blob/master/EXAMPLES.md
## Second ingress controller for external access

As alternative to a second traefik controller, the NGINX ingress controller could be used:

https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/#kind-tlsoption
There are two option: ingress nginx controller (community) and nginx ingress controller (from nginx).
I go for the latter as it seems more active at the moment.

https://doc.traefik.io/traefik/routing/routers/

https://doc.traefik.io/traefik/https/acme/#using-letsencrypt-with-kubernetes
## References

- https://github.com/traefik/traefik-helm-chart/blob/master/EXAMPLES.md
- https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/#kind-tlsoption
- https://doc.traefik.io/traefik/routing/routers/
- https://doc.traefik.io/traefik/https/acme/#using-letsencrypt-with-kubernetes

0 comments on commit 44e3c76

Please sign in to comment.